Skip to content

Commit

Permalink
fix: container flow
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Apr 18, 2024
1 parent 1cb61ee commit 74d7fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if [[ -n "${{ env.QUAY_USER }}" ]]; then
QUAY_IMAGE="quay.io/$IMAGE_REPO/$IMAGE_NAME"
tags="${TAGS}:${QUAY_IMAGE}:${VERSION}""
tags="${TAGS}:${QUAY_IMAGE}:${VERSION}"
fi
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
Expand Down

0 comments on commit 74d7fa9

Please sign in to comment.