Updated GH actions release template
This commit is contained in:
parent
65b8790a35
commit
c27e1dba96
1 changed files with 1 additions and 3 deletions
4
.github/workflows/docker_release.yml
vendored
4
.github/workflows/docker_release.yml
vendored
|
|
@ -40,9 +40,7 @@ jobs:
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/${{ github.repository }}
|
||||||
# All non-release actions will be tagged as `dev` (ie: push, workflow_dispatch)
|
# All non-release actions will be tagged as `dev` (ie: push, workflow_dispatch)
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}},prefix=v
|
type=ref,event=tag
|
||||||
type=semver,pattern={{major}}.{{minor}},prefix=v
|
|
||||||
type=semver,pattern={{major}},prefix=v
|
|
||||||
type=raw,value=dev,enable=${{ github.event_name != 'release' }}
|
type=raw,value=dev,enable=${{ github.event_name != 'release' }}
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=auto
|
latest=auto
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue