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: |