We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5015046 commit 1b66f63Copy full SHA for 1b66f63
.github/workflows/docker-publish.yml
@@ -47,6 +47,8 @@ jobs:
47
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0
48
with:
49
context: .
50
+ cache-from: type=gha
51
+ cache-to: type=gha,mode=max
52
push: ${{ github.event_name == 'release' }}
53
labels: ${{ steps.meta.outputs.labels }}
54
tags: ${{ steps.meta.outputs.tags }}
0 commit comments