Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from NicholasFlamy/patch-1
Browse files Browse the repository at this point in the history
Fix always trying to use ./docker-compose.yml
  • Loading branch information
jlubken authored Sep 5, 2024
2 parents 50208d9 + e954563 commit 7a9dcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "OVERRIDE=$OVERRIDE"

docker login ghcr.io -u "${GITHUB_REF}" -p "${REPO_TOKEN}"

VERSION=$VERSION docker-compose -f docker-compose.yml -f "$OVERRIDE" up --no-start --remove-orphans
VERSION=$VERSION docker-compose -f "$OVERRIDE" up --no-start --remove-orphans
IMAGES=$(docker inspect --format='{{.Image}}' "$(docker ps -aq)")

echo "IMAGES: $IMAGES"
Expand Down

0 comments on commit 7a9dcf5

Please sign in to comment.