Skip to content

Commit 939c861

Browse files
committed
Also use current-podified tag for latest image
All other projects have a current-podified tag, this change ensures our latest image also shares this tag. Signed-off-by: Brendan Shephard <[email protected]>
1 parent c8ff75b commit 939c861

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/edpm-bootc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
imageregistry: 'quay.io'
1414
imagenamespace: ${{ secrets.IMAGENAMESPACE || secrets.QUAY_USERNAME }}
1515
latesttag: latest
16+
podified: current-podified
1617

1718
jobs:
1819

@@ -60,7 +61,7 @@ jobs:
6061
uses: redhat-actions/buildah-build@v2
6162
with:
6263
image: edpm-bootc
63-
tags: ${{ env.latesttag }} ${{ github.sha }}
64+
tags: ${{ env.latesttag }} ${{ github.sha }} ${{ env.podified }}
6465
containerfiles: |
6566
./bootc/Containerfile.centos9
6667
context: bootc

0 commit comments

Comments
 (0)