diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 88083cd..40caa30 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -92,6 +92,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + platforms: ${{ matrix.platform }} cache-from: type=gha cache-to: type=gha,mode=max build-args: GITHUB_BUILD=true