Skip to content

Commit b1ec8df

Browse files
Update docker-image.yml
1 parent cad127e commit b1ec8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Create and publish a Docker image
33

44
# Configures this workflow to run every time a change is pushed to the branch called `release`.
55
on:
6-
push:
7-
branches: ['release']
6+
release:
7+
types: [published]
88

99
env:
1010
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)