Skip to content

Commit

Permalink
fix(workflow): remove unknown os/arch build package
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos committed Sep 2, 2024
1 parent 9254d7b commit 2b6d5f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.docker-platform }}
provenance: false # Bug: https://github.com/docker/build-push-action/issues/820
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 2b6d5f9

Please sign in to comment.