Skip to content

Commit b1cc38c

Browse files
committed
add no-cache to build action
1 parent 2e2ea60 commit b1cc38c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker_build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
uses: docker/build-push-action@v4
5858
with:
5959
context: .
60+
no-cache: true
6061
push: true
6162
tags: ${{ steps.meta.outputs.tags }}
6263
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/docker_publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
4848
with:
4949
context: .
50+
no-cache: true
5051
push: true
5152
tags: ${{ steps.meta.outputs.tags }}
5253
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)