Skip to content

Commit 0d04bdf

Browse files
Also build images on release !
1 parent 0915405 commit 0d04bdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-push-docker-on-master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Create and publish a Docker image
22

33
on:
4+
release:
5+
types: [published]
46
push:
57
branches: ["master"]
68
workflow_dispatch:

0 commit comments

Comments
 (0)