We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79aa15d commit c0e0643Copy full SHA for c0e0643
.github/workflows/ci-build-image.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Docker Build
35
run: |
36
cd GUI
37
- docker image build --tag $DOCKER_TAG_CUSTOM .
+ docker image build --tag $DOCKER_TAG_CUSTOM --no-cache .
38
39
- name: Log in to GitHub container registry
40
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
0 commit comments