Skip to content

Commit 6b5eed4

Browse files
authored
Update docker-image.yml
1 parent e5a1d81 commit 6b5eed4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Docker Image CI
22

33
on:
4-
push:
5-
branches: ['release']
4+
release:
5+
types: [created]
6+
workflow_dispatch:
67

78
env:
89
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)