Skip to content

Commit

Permalink
chore: add docker image layer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Mar 31, 2024
1 parent c5ca95f commit 4d20b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:master
cache-to: type=inline

0 comments on commit 4d20b23

Please sign in to comment.