We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e438ec commit 6588bbdCopy full SHA for 6588bbd
.github/workflows/docker-image.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: docker/build-push-action@v5
31
with:
32
context: .
33
- file: UMAS_GUI/docker/Dockerfile
+ file: docker/Dockerfile
34
push: true
35
tags: |
36
${{ secrets.DOCKERHUB_USERNAME }}/umas_gui:latest
0 commit comments