We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b536c commit 5c9287fCopy full SHA for 5c9287f
.github/workflows/docker-image.yml
@@ -1,9 +1,8 @@
1
-name: Wavelog Image CI DEV
+name: Wavelog create Dockerimage and publish it
2
3
on:
4
- push:
5
- branches:
6
- - 'master'
+ release:
+ types: [published]
7
workflow_dispatch:
8
9
jobs:
@@ -35,4 +34,4 @@ jobs:
35
34
context: .
36
platforms: linux/amd64,linux/arm64,linux/arm/v7
37
push: true
38
- tags: ghcr.io/int2001/wavelog:${{ github.ref_name == 'master' && 'latest' || github.ref_name }}
+ tags: ghcr.io/wavelog/wavelog:${{ github.ref_name == 'master' && 'latest' || github.ref_name }}
0 commit comments