Skip to content

Commit

Permalink
Use cache in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aguslr committed May 28, 2024
1 parent c7cb275 commit 968c944
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-fusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY_URL }}/${{ github.repository }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY_URL }}/${{ github.repository }}:buildcache,mode=max

- name: Install Cosign
uses: sigstore/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-rock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY_URL }}/${{ github.repository }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY_URL }}/${{ github.repository }}:buildcache,mode=max

- name: Install Cosign
uses: sigstore/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-vanilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY_URL }}/${{ github.repository }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY_URL }}/${{ github.repository }}:buildcache,mode=max

- name: Install Cosign
uses: sigstore/[email protected]
Expand Down

0 comments on commit 968c944

Please sign in to comment.