Skip to content

Commit

Permalink
updated latest docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rob93c committed Oct 7, 2023
1 parent 3065479 commit 56e17a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
cleaned_tags=" ${{ steps.metadata.outputs.tags }} "
if [[ " ${{ steps.metadata.outputs.tags }} " =~ "christmas-greeter:latest" ]]; then
cleaned_tags=("latest")
cleaned_tags=("christmas-greeter:latest")
fi
echo "cleaned_tags=${cleaned_tags}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 56e17a0

Please sign in to comment.