We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cafe54b + c489c68 commit 1270862Copy full SHA for 1270862
.github/workflows/edpm-bootc.yaml
@@ -55,7 +55,7 @@ jobs:
55
uses: redhat-actions/push-to-registry@v2
56
with:
57
image: edpm-bootc
58
- tags: ${{ latesttag }}
+ tags: ${{ env.latesttag }}
59
registry: ${{ env.imageregistry }}/${{ env.imagenamespace }}
60
username: ${{ secrets.QUAY_USERNAME }}
61
password: ${{ secrets.QUAY_PASSWORD }}
0 commit comments