mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +08:00
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:
4
.github/workflows/multi-arch-build.yaml
vendored
4
.github/workflows/multi-arch-build.yaml
vendored
@ -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 }}
|
||||
|
||||
|
Reference in New Issue
Block a user