ci: add container tags

This commit is contained in:
jo 2022-09-14 21:30:25 +02:00 committed by Kyle Robbertze
parent 369b85018a
commit 07c672a565
1 changed files with 4 additions and 0 deletions

View File

@ -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: