Skip to content

Commit

Permalink
ci(push): fix env var typo (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo authored and andrewazores committed Sep 13, 2023
1 parent 5ef646a commit 8d33f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
podman tag \
${{ env.CRYOSTAT_IMG }}:$IMAGE_VERSION \
${{ env.CRYOSTAT_IMG }}:latest
echo "tags=$IMAGE_VERSION latest" >> "$GITHUB_OUTPUT""
echo "tags=$IMAGE_VERSION latest" >> "$GITHUB_OUTPUT"
else
echo "tags=$IMAGE_VERSION" >> "$GITHUB_OUTPUT""
echo "tags=$IMAGE_VERSION" >> "$GITHUB_OUTPUT"
fi
if: github.repository_owner == 'cryostatio'
- name: Push to quay.io
Expand Down

0 comments on commit 8d33f9a

Please sign in to comment.