Skip to content

Commit aaf1fa9

Browse files
Merge pull request #65 from bshephar/container-tag
Also use current-podified tag for latest image
2 parents 83dd3be + 939c861 commit aaf1fa9

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

@@ -64,7 +65,7 @@ jobs:
6465
uses: redhat-actions/buildah-build@v2
6566
with:
6667
image: edpm-bootc
67-
tags: ${{ env.latesttag }} ${{ github.sha }}
68+
tags: ${{ env.latesttag }} ${{ github.sha }} ${{ env.podified }}
6869
containerfiles: |
6970
./bootc/Containerfile.centos9
7071
context: bootc

0 commit comments

Comments
 (0)