Merge pull request #10195 from cevich/fix_no_tag

[CI:DOCS] Fix variable reference typo. in multi-arch image action
This commit is contained in:
OpenShift Merge Robot
2021-05-03 21:58:31 +02:00
committed by GitHub

View File

@ -24,6 +24,8 @@ jobs:
# build several images (upstream, testing, stable) in parallel
strategy:
# By default, failure of one matrix item cancels all others
fail-fast: false
matrix:
# Builds are located under contrib/podmanimage/<source> directory
source:
@ -178,7 +180,7 @@ jobs:
file: ./contrib/podmanimage/${{ matrix.source }}/Dockerfile
platforms: ${{ env.PLATFORMS }}
push: true
tags: ${{ steps.podman_push.outputs.fqin }}
tags: ${{ steps.podman_reg.outputs.fqin }}
labels: |
${{ env.LABELS }}