Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
dazz committed Aug 4, 2024
1 parent 290ba22 commit 9fe9ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
docker pull "$IMAGE_NAME:$LATEST_TAG" &> /dev/null
if [ $? -eq 0 ]; then
echo "image_exists=true" >> $GITHUB_OUTPUT
echo "image_exists=true"
else
echo "image_exists=false" >> $GITHUB_OUTPUT
echo "image_exists=false"
fi
build-and-push:
Expand Down

0 comments on commit 9fe9ae5

Please sign in to comment.