This commit is contained in:
parent
77fa53dd1a
commit
d882879594
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yaml
vendored
1
.github/workflows/docker.yaml
vendored
|
@ -36,6 +36,7 @@ jobs:
|
||||||
images: git.kmsign.ru/${{ github.repository }}
|
images: git.kmsign.ru/${{ github.repository }}
|
||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
|
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||||
type=schedule
|
type=schedule
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
|
|
Loading…
Reference in a new issue