We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58fc55 commit b0f3b23Copy full SHA for b0f3b23
.github/workflows/frontend.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Build and Push GitDataWeb
53
run: |
54
- docker build -t gitdatateam/gitdataweb:${{ steps.version.outputs.version }} .
+ docker build -t gitdatateam/gitdataweb:${{ steps.version.outputs.version }} --no-cache .
55
docker push gitdatateam/gitdataweb:${{ steps.version.outputs.version }}
56
docker tag gitdatateam/gitdataweb:${{ steps.version.outputs.version }} gitdatateam/gitdataweb:latest
57
docker push gitdatateam/gitdataweb:latest
0 commit comments