Skip to content

Commit 4396dec

Browse files
committed
ci: update image build trigger
1 parent 9160a19 commit 4396dec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yaml

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

33
on:
4-
push:
5-
branches: [ 'release' ]
6-
4+
release:
5+
types: [ created ]
6+
77
env:
88
REGISTRY: ghcr.io
99
IMAGE_NAME: ${{ github.repository }}

0 commit comments

Comments
 (0)