Update docker-image.yml
Fix syntax issue in yaml
This commit is contained in:
parent
11339ad6d0
commit
0d99f788f4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -2,7 +2,7 @@ name: Publish Docker image
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
closed
|
- closed
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue