Skip to content

Commit

Permalink
Update ci-gui-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varmoh authored Nov 9, 2023
1 parent a2ab825 commit 0e7e24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-gui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Docker Build
run: |
cd GUI
docker image build --tag $DOCKER_TAG_CUSTOM .
docker image build -f Dockerfile.dev --tag $DOCKER_TAG_CUSTOM .
- name: Log in to GitHub container registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
Expand Down

0 comments on commit 0e7e24f

Please sign in to comment.