Skip to content

Commit

Permalink
pull from ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed Jun 4, 2024
1 parent c838576 commit 1a82206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
platformics:
image: "platformics"
image: "ghcr.io/${{ github.repository }}:latest"
build:
context: "."
dockerfile: "Dockerfile"
Expand Down
2 changes: 1 addition & 1 deletion test_app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
command:
["server", "--config", "/platformics/config.yaml"]
graphql-api:
image: "graphql-api"
image: ghcr.io/${{ github.repository }}:latest
build:
context: "."
dockerfile: "Dockerfile"
Expand Down

0 comments on commit 1a82206

Please sign in to comment.