Skip to content

Commit b0f3b23

Browse files
committed
feat(.github/workflows/frontend.yml): Add --no-cache flag to docker build
1 parent c58fc55 commit b0f3b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Build and Push GitDataWeb
5353
run: |
54-
docker build -t gitdatateam/gitdataweb:${{ steps.version.outputs.version }} .
54+
docker build -t gitdatateam/gitdataweb:${{ steps.version.outputs.version }} --no-cache .
5555
docker push gitdatateam/gitdataweb:${{ steps.version.outputs.version }}
5656
docker tag gitdatateam/gitdataweb:${{ steps.version.outputs.version }} gitdatateam/gitdataweb:latest
5757
docker push gitdatateam/gitdataweb:latest

0 commit comments

Comments
 (0)