Update buildReporting.yml
This commit is contained in:
parent
8427dd668e
commit
ca351d8307
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildReporting.yml
vendored
4
.github/workflows/buildReporting.yml
vendored
|
@ -158,7 +158,7 @@ jobs:
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
type=semver,pattern={{major}}
|
type=semver,pattern={{major}}
|
||||||
type=shaa
|
type=sha
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
|
@ -181,4 +181,4 @@ jobs:
|
||||||
run: cosign sign ${TAGS}
|
run: cosign sign ${TAGS}
|
||||||
env:
|
env:
|
||||||
COSIGN_EXPERIMENTAL: true
|
COSIGN_EXPERIMENTAL: true
|
||||||
TAGS: ${{ steps.meta.outputs.tags }}
|
TAGS: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
Loading…
Reference in a new issue