Skip to content

Commit

Permalink
Merge pull request #86 from trilogy-libraries/rename2
Browse files Browse the repository at this point in the history
rename package repo after org change
  • Loading branch information
matthewd committed Jun 7, 2023
2 parents 9d26ac5 + 12ee79c commit 7c880ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ services:
- "db-data:/var/lib/mysql"
- ./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
app:
image: ghcr.io/github/trilogy/ci-app:distro-${DISTRIBUTION_SLUG}-ruby-${RUBY_VERSION}-mysql-${MYSQL_VERSION}
image: ghcr.io/trilogy-libraries/trilogy/ci-app:distro-${DISTRIBUTION_SLUG}-ruby-${RUBY_VERSION}-mysql-${MYSQL_VERSION}
privileged: true
build:
context: .
args:
- DISTRIBUTION=${DISTRIBUTION}
- RUBY_VERSION=${RUBY_VERSION}
cache_from:
- ghcr.io/github/trilogy/ci-app:distro-${DISTRIBUTION_SLUG}-ruby-${RUBY_VERSION}-mysql-${MYSQL_VERSION}
- ghcr.io/trilogy-libraries/trilogy/ci-app:distro-${DISTRIBUTION_SLUG}-ruby-${RUBY_VERSION}-mysql-${MYSQL_VERSION}
environment:
MYSQL_HOST: db.local
TRILOGY_TEST_CERTS: "/db-data"
Expand Down

0 comments on commit 7c880ef

Please sign in to comment.