Skip to content

Commit 1270862

Browse files
authored
Merge pull request #54 from slagle/bootc-workflow
Correct latesttag usage
2 parents cafe54b + c489c68 commit 1270862

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)