Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Costa authored Jun 6, 2024
1 parent 6197ba7 commit 5938bc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha,scope=buildkit-${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=buildkit-${{ matrix.platform }}
cache-from: type=gha,scope=buildkit
cache-to: type=gha,mode=max,scope=buildkit

# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker
Expand Down Expand Up @@ -164,8 +164,8 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha,scope=buildkit-${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=buildkit-${{ matrix.platform }}
cache-from: type=gha,scope=buildkit
cache-to: type=gha,mode=max,scope=buildkit

# 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 5938bc8

Please sign in to comment.