We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fefd25 commit 5d4f575Copy full SHA for 5d4f575
1 file changed
.github/workflows/docker-image.yml
@@ -1,7 +1,7 @@
1
name: Publish Docker image to Docker Hub
2
3
on:
4
- workflow_dispatch # This allows manual triggering from GitHub UI
+ [workflow_dispatch] # This allows manual triggering from GitHub UI
5
6
jobs:
7
publish_images:
@@ -14,5 +14,5 @@ jobs:
14
- name: Build image
15
run: docker build ./api/ -t echelonkay/devops-qr-code-api:latest
16
17
- - name: Push Docker image to Docker Hub
+ - name: |
18
run: docker push echelonkay/devops-qr-code-api:latest
0 commit comments