From dc3fc6e13aeb8aa73292506c55ccb85e9e061222 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Wed, 6 Mar 2024 22:51:31 +1100 Subject: [PATCH] fixed up build context of docker --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ab56efe..862c423 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -112,7 +112,7 @@ jobs: with: cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max - context: build + context: . platforms: linux/amd64,linux/arm64 push: ${{ github.event_name == 'release' }} tags: |