Skip to content

Commit 08f3e4f

Browse files
author
haxwithaxe
committed
Fixed more syntax in github actions
1 parent 37978b7 commit 08f3e4f

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ jobs:
5555
- name: Set up QEMU
5656
uses: docker/setup-qemu-action@v3
5757
with:
58-
platforms:
59-
- linux/amd64
60-
- linux/arm64
61-
- linux/arm/v7
58+
platforms: linux/amd64,linux/arm64,linux/arm/v7
6259

6360
# Set up BuildKit Docker container builder to be able to build
6461
# multi-platform images and export cache
@@ -94,10 +91,7 @@ jobs:
9491
with:
9592
context: .
9693
file: Dockerfile-CI
97-
platforms:
98-
- linux/amd64
99-
- linux/arm64
100-
- linux/arm/v7
94+
platforms: linux/amd64,linux/arm64,linux/arm/v7
10195
push: ${{ github.event_name != 'pull_request' }}
10296
tags: ${{ steps.meta.outputs.tags }}
10397
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)