ci: add container tags
This commit is contained in:
parent
369b85018a
commit
07c672a565
|
@ -12,6 +12,10 @@ runs:
|
|||
id: meta
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ inputs.target }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
||||
- uses: docker/build-push-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue