Skip to content

Commit 0cd560a

Browse files
author
nelvindc
committed
Merge branch 'main' of https://github.com/nelvindc/take-home.git into main
2 parents 430e5a9 + f68dd7d commit 0cd560a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/docker-publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish Docker Image
22

33
on:
4-
workflow_ dispactch:
4+
workflow_dispatch:
55
# push:
66
# branches: [ "main" ]
77
# pull_request:
@@ -39,4 +39,4 @@ jobs:
3939
file: ./Dockerfile
4040
push: true
4141
tags: ${{ steps.meta.outputs.tags }}
42-
labels: ${{ steps.meta.outputs.labels }}
42+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)