mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-15 07:21:23 +00:00
Modify workflow
This commit is contained in:
parent
21dec7e3bb
commit
393be7404e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/multiarch.yml
vendored
4
.github/workflows/multiarch.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
sudo apt-get install -y qemu-user-static
|
||||
|
||||
- name: Create Containerfile (arch=${{ matrix.arch }})
|
||||
if: !matrix.specify_platform
|
||||
if: ${{ !matrix.specify_platform }}
|
||||
run: |
|
||||
cat > Containerfile<<EOF
|
||||
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
EOF
|
||||
|
||||
- name: Build Image (arch=${{ matrix.arch }})
|
||||
if: !matrix.specify_platform
|
||||
if: ${{ matrix.specify_platform }}
|
||||
id: build_image
|
||||
uses: ./buildah-build/
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue