Skip to content

Commit

Permalink
Fix variable reference in dev release action
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <[email protected]>
  • Loading branch information
komish committed Aug 2, 2023
1 parent 2125421 commit edae04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
with:
image: chart-verifier
tags: |
$DEV_RELEASE
${{ env.DEV_RELEASE }}
registry: quay.io/redhat-certification
username: ${{ secrets.QUAY_BOT_USERNAME }}
password: ${{ secrets.QUAY_BOT_TOKEN }}

0 comments on commit edae04e

Please sign in to comment.