Skip to content

Commit 9fcbc71

Browse files
authored
Update docker-publish.yml
1 parent 25c6b51 commit 9fcbc71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

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

33
on:
4-
push:
5-
branches: [ main ]
4+
release:
5+
types: [published]
66

77
env:
88
# Use docker.io for Docker Hub if empty
@@ -11,7 +11,7 @@ env:
1111
IMAGE_NAME: ${{ github.repository }}
1212

1313
concurrency:
14-
group: builder
14+
group: docker-image-builder
1515
cancel-in-progress: true
1616

1717
jobs:

0 commit comments

Comments
 (0)