diff --git a/.github/workflows/edpm-bootc.yaml b/.github/workflows/edpm-bootc.yaml index 94f9a55..d580ac6 100644 --- a/.github/workflows/edpm-bootc.yaml +++ b/.github/workflows/edpm-bootc.yaml @@ -13,6 +13,7 @@ env: imageregistry: 'quay.io' imagenamespace: ${{ secrets.IMAGENAMESPACE || secrets.QUAY_USERNAME }} latesttag: latest + podified: current-podified jobs: @@ -60,7 +61,7 @@ jobs: uses: redhat-actions/buildah-build@v2 with: image: edpm-bootc - tags: ${{ env.latesttag }} ${{ github.sha }} + tags: ${{ env.latesttag }} ${{ github.sha }} ${{ env.podified }} containerfiles: | ./bootc/Containerfile.centos9 context: bootc