Fix auto Docker tag creation
This commit is contained in:
parent
2cf102db5d
commit
6832c03f8d
6
.github/workflows/docker_publish.yml
vendored
6
.github/workflows/docker_publish.yml
vendored
@ -34,8 +34,10 @@ jobs:
|
||||
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/${{ github.repository }}:latest
|
||||
ghcr.io/${{ github.repository }}:${{ inputs.release }}
|
||||
ghcr.io/${{ github.repository }}
|
||||
tags: |
|
||||
type=ref,event=tag
|
||||
type=semver,pattern=v{{version}}
|
||||
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
|
Loading…
Reference in New Issue
Block a user