Cache Docker builds (GH actions)
This commit is contained in:
parent
4fb80a103c
commit
3627ca4468
|
@ -36,3 +36,5 @@ jobs:
|
|||
with:
|
||||
push: true
|
||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
Loading…
Reference in New Issue