Skip to content

Commit 5d4f575

Browse files
authored
Added GH Action for docker
1 parent 9fefd25 commit 5d4f575

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish Docker image to Docker Hub
22

33
on:
4-
workflow_dispatch # This allows manual triggering from GitHub UI
4+
[workflow_dispatch] # This allows manual triggering from GitHub UI
55

66
jobs:
77
publish_images:
@@ -14,5 +14,5 @@ jobs:
1414
- name: Build image
1515
run: docker build ./api/ -t echelonkay/devops-qr-code-api:latest
1616

17-
- name: Push Docker image to Docker Hub
17+
- name: |
1818
run: docker push echelonkay/devops-qr-code-api:latest

0 commit comments

Comments
 (0)