From f333f2c78dd1acce907e7f6f69ff4882581166a1 Mon Sep 17 00:00:00 2001 From: JandereDev Date: Tue, 12 Jul 2022 18:12:19 +0200 Subject: [PATCH] attempt 2 --- .github/workflows/docker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 12d5e0a..a699c8b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -43,7 +43,7 @@ jobs: uses: docker/build-push-action@v3 with: context: . - dockerfile: ./api/Dockerfile + file: ./api/Dockerfile platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} @@ -83,7 +83,7 @@ jobs: uses: docker/build-push-action@v3 with: context: . - dockerfile: ./web/Dockerfile + file: ./web/Dockerfile platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} @@ -123,7 +123,7 @@ jobs: uses: docker/build-push-action@v3 with: context: . - dockerfile: ./bridge/Dockerfile + file: ./bridge/Dockerfile platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} @@ -163,7 +163,7 @@ jobs: uses: docker/build-push-action@v3 with: context: . - dockerfile: ./bot/Dockerfile + file: ./bot/Dockerfile platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}