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

Commit 7a9dcf5

Browse files
authored
Merge pull request #7 from NicholasFlamy/patch-1
Fix always trying to use ./docker-compose.yml
2 parents 50208d9 + e954563 commit 7a9dcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "OVERRIDE=$OVERRIDE"
88

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

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

1414
echo "IMAGES: $IMAGES"

0 commit comments

Comments
 (0)