From 186f1dc16f16d55eb636abc3b7165cb26dea5564 Mon Sep 17 00:00:00 2001 From: Jonas Vautherin Date: Fri, 8 Mar 2024 15:47:16 +0100 Subject: [PATCH] Set context as per https://github.com/docker/build-push-action/issues/627 --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 265b0dd..5ca9e87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,6 +46,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: + context: . # Supported platforms platforms: linux/amd64,linux/arm64/v8 # Do not push for pull requests