Skip to content

Commit

Permalink
fix(build): move buildcache for clarity, see #59
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Feb 27, 2024
1 parent 999655b commit 8095d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ inputs.image-name }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ inputs.image-name }}:buildcache,mode=max
cache-from: type=registry,ref=${{ env.REGISTRY }}/buildcache:${{ inputs.image-name }}
cache-to: type=registry,ref=${{ env.REGISTRY }}/buildcache:${{ inputs.image-name }},mode=max
- uses: 8BitJonny/[email protected]
id: PR
with:
Expand Down

0 comments on commit 8095d44

Please sign in to comment.