Skip to content

Commit 5c9287f

Browse files
authored
Produce new x-image on new release (or on demand)
1 parent d6b536c commit 5c9287f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
name: Wavelog Image CI DEV
1+
name: Wavelog create Dockerimage and publish it
22

33
on:
4-
push:
5-
branches:
6-
- 'master'
4+
release:
5+
types: [published]
76
workflow_dispatch:
87

98
jobs:
@@ -35,4 +34,4 @@ jobs:
3534
context: .
3635
platforms: linux/amd64,linux/arm64,linux/arm/v7
3736
push: true
38-
tags: ghcr.io/int2001/wavelog:${{ github.ref_name == 'master' && 'latest' || github.ref_name }}
37+
tags: ghcr.io/wavelog/wavelog:${{ github.ref_name == 'master' && 'latest' || github.ref_name }}

0 commit comments

Comments
 (0)