Skip to content

Commit 6f9a36a

Browse files
authored
chore: update docker build action
1 parent 326536d commit 6f9a36a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
name: Docker Image CI
1+
name: Build and publish docker image
22

33
on:
4-
push:
5-
branches: [ "test" ]
4+
workflow_dispatch:
5+
release:
6+
types:
7+
- published
8+
# push:
9+
# branches: [ "master" ]
610

711
env:
812
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)