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

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken authored Dec 2, 2021
1 parent ac845e8 commit 8ba1b8c
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 @@ -11,7 +11,7 @@ VERSION=$VERSION docker-compose -f docker-compose.yml -f $OVERRIDE up --no-start
IMAGES=$(docker inspect --format='{{.Image}}' $(docker ps -aq))

echo "IMAGES: $IMAGES"
for $IMAGE in $IMAGES; do
for IMAGE in $IMAGES; do
echo "IMAGE: $IMAGE"
NAME=$(docker inspect --format '{{index .Config.Labels "name"}}' $IMAGE)
TAG="ghcr.io/${{ github.repository }}/$NAME:$VERSION"
Expand Down

0 comments on commit 8ba1b8c

Please sign in to comment.