Skip to content

Commit d4e954f

Browse files
authored
Update docker-publish.yml
1 parent 4cb024c commit d4e954f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
name: Publish Docker image
1111

1212
on:
13+
push:
14+
branches: [ "main" ]
15+
1316
release:
14-
types:
15-
- edited
16-
- published
17-
- released
17+
types: [published]
1818

1919
jobs:
2020
push_to_registry:

0 commit comments

Comments
 (0)