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 Aug 31, 2023
1 parent 12e4a4f commit 8e32669
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 8e32669

Please sign in to comment.