Skip to content

Commit

Permalink
Disable provenance in build to fix vlaurin/action-ghcr-prune#76
Browse files Browse the repository at this point in the history
  • Loading branch information
MentalFS committed Jan 14, 2024
1 parent f8ad68a commit 6247a5e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
build-args: MOD=freshrss-extensions
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_AUTHOR }}/${{ env.IMAGE_NAME }}:freshrss-extensions
labels: ${{ steps.meta.outputs.labels }}
provenance: false
push: ${{ github.ref == 'refs/heads/main' }}
cache-from: type=gha
cache-to: type=gha,mode=max
push: ${{ github.ref == 'refs/heads/main' }}


freshrss-redditimage:
Expand Down Expand Up @@ -80,9 +81,10 @@ jobs:
build-args: MOD=freshrss-redditimage
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_AUTHOR }}/${{ env.IMAGE_NAME }}:freshrss-redditimage
labels: ${{ steps.meta.outputs.labels }}
provenance: false
push: ${{ github.ref == 'refs/heads/main' }}
cache-from: type=gha
cache-to: type=gha,mode=max
push: ${{ github.ref == 'refs/heads/main' }}


prune:
Expand All @@ -97,5 +99,4 @@ jobs:
user: ${{ env.IMAGE_AUTHOR }}
container: ${{ env.IMAGE_NAME }}
dry-run: false
keep-last: 4
prune-untagged: true

0 comments on commit 6247a5e

Please # to comment.