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
|
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/${{ github.repository }}:latest
|
ghcr.io/${{ github.repository }}
|
||||||
ghcr.io/${{ github.repository }}:${{ inputs.release }}
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
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