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: |
|
||||
ghcr.io/${{ github.repository }}
|
||||
tags: |
|
||||
type=ref,event=tag
|
||||
type=semver,pattern=v{{version}}
|
||||
type=semver,pattern=v{{version}},value=${{ inputs.release }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
|
Loading…
Reference in New Issue
Block a user