Skip to content

Commit c0e0643

Browse files
authored
Update ci-build-image.yml
1 parent 79aa15d commit c0e0643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Docker Build
3535
run: |
3636
cd GUI
37-
docker image build --tag $DOCKER_TAG_CUSTOM .
37+
docker image build --tag $DOCKER_TAG_CUSTOM --no-cache .
3838
3939
- name: Log in to GitHub container registry
4040
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin

0 commit comments

Comments
 (0)