Skip to content

Commit

Permalink
Use registry cache for Docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamuko committed Apr 10, 2024
1 parent 90e78f6 commit bf8d7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache,mode=max

build:
needs: test
Expand Down

0 comments on commit bf8d7cc

Please sign in to comment.