Update .gitea/workflows/build-docker-image.yml
This commit is contained in:
@@ -32,6 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ inputs.registry }}/${{ env.GITHUB_REPOSITORY }}
|
images: ${{ inputs.registry }}/${{ env.GITHUB_REPOSITORY }}
|
||||||
tags: |
|
tags: |
|
||||||
|
type=raw,value=latest,enable={{is_default_branch}}
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
|
|||||||
Reference in New Issue
Block a user