Skip to content

Commit

Permalink
chore: Test docker publish work flow failing on amd64
Browse files Browse the repository at this point in the history
chore: Test docker publish work flow failing on amd64
  • Loading branch information
Nandu-pns authored May 7, 2024
2 parents 61c184c + 5170ee5 commit 6379ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
platforms: linux/arm64

# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker
Expand Down

0 comments on commit 6379ab6

Please sign in to comment.