Skip to content

Commit

Permalink
Disable provenance in the build-push-action
Browse files Browse the repository at this point in the history
Context: docker/buildx#1513 (comment)
  • Loading branch information
devzwf authored Jan 27, 2023
1 parent d742b1f commit f662001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
context: .
platforms: linux/amd64
push: true
provenance: false
tags: |
devzwf/pihole-dot-doh:latest
devzwf/pihole-dot-doh:${{ steps.latest-tag.outputs.release }}

0 comments on commit f662001

Please sign in to comment.