try same
This commit is contained in:
parent
85812b27b9
commit
81210a3ff6
1 changed files with 8 additions and 2 deletions
10
.github/workflows/buildReporting.yml
vendored
10
.github/workflows/buildReporting.yml
vendored
|
@ -152,7 +152,13 @@ jobs:
|
|||
with:
|
||||
images: anhefti/seb-server
|
||||
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
|
||||
id: docker_build
|
||||
|
@ -175,4 +181,4 @@ jobs:
|
|||
run: cosign sign ${TAGS}
|
||||
env:
|
||||
COSIGN_EXPERIMENTAL: true
|
||||
TAGS: ${{ env.TAG_NAME }}
|
||||
TAGS: ${{ steps.meta.outputs.tags }}
|
Loading…
Reference in a new issue