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 4dd30fe commit 5331fd2Copy full SHA for 5331fd2
.github/workflows/docker.yml
@@ -40,6 +40,8 @@ jobs:
40
uses: docker/build-push-action@v2
41
if: "contains(github.ref, 'release/v')"
42
with:
43
+ context: .
44
+ file: ./Dockerfile
45
push: true
46
platforms: linux/amd64,linux/arm64
47
tags: ${{ steps.docker_meta.outputs.tags }}
@@ -49,7 +51,11 @@ jobs:
49
51
50
52
if: "contains(github.ref, 'develop')"
53
54
55
56
push: ${{ github.event_name != 'pull_request' }}
57
58
59
labels: ${{ steps.docker_meta.outputs.labels }}
60
+ cache-from: type=gha
61
+ cache-to: type=gha,mode=max
0 commit comments