summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-03 21:58:31 +0200
committerGitHub <noreply@github.com>2021-05-03 21:58:31 +0200
commitaf8943a620c17d7aad8013d140423796bdbdd51b (patch)
tree25513da84284f4e021ec1cabb6126c214324f38e
parentb01ec314f58941c955a7b6f878ce995ab3239656 (diff)
parent9db9fa2a0838c16c91cbe37952a2b97e62832f73 (diff)
downloadpodman-af8943a620c17d7aad8013d140423796bdbdd51b.tar.gz
podman-af8943a620c17d7aad8013d140423796bdbdd51b.tar.bz2
podman-af8943a620c17d7aad8013d140423796bdbdd51b.zip
Merge pull request #10195 from cevich/fix_no_tag
[CI:DOCS] Fix variable reference typo. in multi-arch image action
-rw-r--r--.github/workflows/multi-arch-build.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/multi-arch-build.yaml b/.github/workflows/multi-arch-build.yaml
index 2a86bab7e..0f8a3df7e 100644
--- a/.github/workflows/multi-arch-build.yaml
+++ b/.github/workflows/multi-arch-build.yaml
@@ -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 }}