This commit is contained in:
anhefti 2022-12-08 08:44:26 +01:00
parent 85812b27b9
commit 81210a3ff6

View file

@ -152,7 +152,13 @@ jobs:
with: with:
images: anhefti/seb-server images: anhefti/seb-server
tags: | tags: |
anhefti/seb-server:${{ env.TAG_NAME }} type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- -
name: Build and push name: Build and push
id: docker_build id: docker_build
@ -175,4 +181,4 @@ jobs:
run: cosign sign ${TAGS} run: cosign sign ${TAGS}
env: env:
COSIGN_EXPERIMENTAL: true COSIGN_EXPERIMENTAL: true
TAGS: ${{ env.TAG_NAME }} TAGS: ${{ steps.meta.outputs.tags }}