diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 5951cea..2c47e87 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -91,17 +91,11 @@ 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 - - name: Upload error logs - if: ${{ failure() }} - uses: actions/upload-artifact@v4 - with: - name: error-screenshots - path: ./errors/* - # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker # repository is public to avoid leaking data. If you would like to publish