Fix auto Docker tag creation
This commit is contained in:
parent
6832c03f8d
commit
6e4d78cfcd
3
.github/workflows/docker_publish.yml
vendored
3
.github/workflows/docker_publish.yml
vendored
@ -36,8 +36,7 @@ jobs:
|
|||||||
images: |
|
images: |
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/${{ github.repository }}
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=tag
|
type=semver,pattern=v{{version}},value=${{ inputs.release }}
|
||||||
type=semver,pattern=v{{version}}
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
id: push
|
id: push
|
||||||
|
Loading…
Reference in New Issue
Block a user