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.
2 parents 2e2ea60 + b1cc38c commit 86f9a8fCopy full SHA for 86f9a8f
.github/workflows/docker_build.yaml
@@ -57,6 +57,7 @@ jobs:
57
uses: docker/build-push-action@v4
58
with:
59
context: .
60
+ no-cache: true
61
push: true
62
tags: ${{ steps.meta.outputs.tags }}
63
labels: ${{ steps.meta.outputs.labels }}
.github/workflows/docker_publish.yaml
@@ -47,6 +47,7 @@ jobs:
47
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
48
49
50
51
52
53
0 commit comments