fix: format tags for docker metadata action
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: docker/metadata-action@v6
|
uses: docker/metadata-action@v6
|
||||||
with:
|
with:
|
||||||
images: {{ steps.registry.outputs.host }}/${{ github.repository }}
|
images: {{ steps.registry.outputs.host }}/${{ github.repository }}
|
||||||
tags:
|
tags: |
|
||||||
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