diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index cb6aec5..c5e677c 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -42,7 +42,7 @@ jobs: context: . load: true tags: ${{ steps.meta.outputs.tags }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 cache-from: type=gha cache-to: type=gha,mode=max - @@ -61,5 +61,6 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max