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 3d91a36 commit e188dc5
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 @@ -50,7 +50,7 @@ jobs:
GHCR_IMAGE="ghcr.io/${{ github.repository }}"
TAGS="${GHCR_IMAGE}:${VERSION}"
if [[ -n "${{ env.QUAY_USER }}"]]; then
if [[ -n "${{ env.QUAY_USER }}" ]]; then
QUAY_IMAGE="quay.io/$IMAGE_REPO/$IMAGE_NAME"
tags="${TAGS}:${QUAY_IMAGE}:${VERSION}""
fi
Expand Down

0 comments on commit e188dc5

Please sign in to comment.