tags
This commit is contained in:
parent
b83d2b45e9
commit
8427dd668e
1 changed files with 7 additions and 7 deletions
14
.github/workflows/buildReporting.yml
vendored
14
.github/workflows/buildReporting.yml
vendored
|
@ -152,13 +152,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: anhefti/seb-server
|
images: anhefti/seb-server
|
||||||
tags: |
|
tags: |
|
||||||
type=schedule
|
type=schedule
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
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=shaa
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
|
|
Loading…
Reference in a new issue