From 17545a6f7247536ed256ed09df3c0369808746a9 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Fri, 9 Oct 2020 18:12:38 +0200 Subject: [PATCH] Fix ci.yml --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fafb350..32ad19ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,14 +34,14 @@ jobs: - name: Docker setup - QEMU if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push' uses: docker/setup-qemu-action@v1 - with: - platforms: all + with: + platforms: all - name: Docker setup - Buildx if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push' id: buildx - uses: docker/setup-buildx-action@v1 - with: - version: latest + uses: docker/setup-buildx-action@v1 + with: + version: latest - name: Docker build dev if: github.ref == 'refs/heads/dev' && github.event_name == 'push' run: |