From 2ecbd31beb3acfec2023f04184c7f2f2ff8d21f3 Mon Sep 17 00:00:00 2001 From: John Muchovej <5000729+jmuchovej@users.noreply.github.com> Date: Mon, 3 May 2021 01:46:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Attempting=20docker=20build=20fi?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on: https://github.com/docker/build-push-action/issues/220 --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index ca51dde..6a28236 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -23,7 +23,6 @@ jobs: run: | ./scripts/download-extract "CoreDNS" "coredns/coredns" ./scripts/download-extract "ZeroTier" "zerotier/ZeroTierOne" - ls -la - id: login-dockerhub-registry name: "Login to DockerHub Registry" uses: docker/login-action@v1 @@ -49,6 +48,7 @@ jobs: name: "Build and push Docker images" uses: docker/build-push-action@v2.2.1 with: + context: . push: true platforms: linux/amd64,linux/arm64 tags: |