Skip to content

Commit c489c68

Browse files
committed
Correct latesttag usage
Should be ${{ env.latesttag }} to use vars from the environment. Signed-off-by: James Slagle <[email protected]>
1 parent 9c75929 commit c489c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/edpm-bootc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: redhat-actions/push-to-registry@v2
5656
with:
5757
image: edpm-bootc
58-
tags: ${{ latesttag }}
58+
tags: ${{ env.latesttag }}
5959
registry: ${{ env.imageregistry }}/${{ env.imagenamespace }}
6060
username: ${{ secrets.QUAY_USERNAME }}
6161
password: ${{ secrets.QUAY_PASSWORD }}

0 commit comments

Comments
 (0)