mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +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
|
# build several images (upstream, testing, stable) in parallel
|
||||||
strategy:
|
strategy:
|
||||||
|
# By default, failure of one matrix item cancels all others
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# Builds are located under contrib/podmanimage/<source> directory
|
# Builds are located under contrib/podmanimage/<source> directory
|
||||||
source:
|
source:
|
||||||
@ -178,7 +180,7 @@ jobs:
|
|||||||
file: ./contrib/podmanimage/${{ matrix.source }}/Dockerfile
|
file: ./contrib/podmanimage/${{ matrix.source }}/Dockerfile
|
||||||
platforms: ${{ env.PLATFORMS }}
|
platforms: ${{ env.PLATFORMS }}
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.podman_push.outputs.fqin }}
|
tags: ${{ steps.podman_reg.outputs.fqin }}
|
||||||
labels: |
|
labels: |
|
||||||
${{ env.LABELS }}
|
${{ env.LABELS }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user