Skip to content

Commit

Permalink
Avoid pushing untagged image to GHCR
Browse files Browse the repository at this point in the history
by setting provenance to false
now tath provenance is enabled by default
as of v4 of docker/build-push-action

- docker/build-push-action#781
- docker/build-push-action#778
  • Loading branch information
ruffsl committed Mar 20, 2023
1 parent efdba15 commit 80750df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_ci_image.yaml
Expand Up @@ -97,6 +97,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v4
with:
provenance: false
pull: true
push: true
no-cache: ${{ steps.config.outputs.no_cache }}
Expand Down

0 comments on commit 80750df

Please sign in to comment.