This commit is contained in:
parent
dec9f4fbdc
commit
23c2d73c5c
@ -64,6 +64,7 @@ local PipelineBuildContainer(version='7') = {
|
|||||||
repo: 'quay.io/thegeeklab/${DRONE_REPO_NAME}',
|
repo: 'quay.io/thegeeklab/${DRONE_REPO_NAME}',
|
||||||
username: { from_secret: 'quay_username' },
|
username: { from_secret: 'quay_username' },
|
||||||
password: { from_secret: 'quay_password' },
|
password: { from_secret: 'quay_password' },
|
||||||
|
tags: version,
|
||||||
},
|
},
|
||||||
when: {
|
when: {
|
||||||
ref: ['refs/heads/main', 'refs/tags/**'],
|
ref: ['refs/heads/main', 'refs/tags/**'],
|
||||||
|
@ -62,6 +62,7 @@ steps:
|
|||||||
from_secret: quay_password
|
from_secret: quay_password
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
|
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
|
||||||
|
tags: 7
|
||||||
username:
|
username:
|
||||||
from_secret: quay_username
|
from_secret: quay_username
|
||||||
when:
|
when:
|
||||||
@ -122,6 +123,7 @@ steps:
|
|||||||
from_secret: quay_password
|
from_secret: quay_password
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
|
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
|
||||||
|
tags: 8
|
||||||
username:
|
username:
|
||||||
from_secret: quay_username
|
from_secret: quay_username
|
||||||
when:
|
when:
|
||||||
@ -231,6 +233,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 17c04d68792bb5d1489ece943dc756b703294d42f407285f43ca39e429578d3f
|
hmac: 474bbbb50ad73c8e3fb3c9047caabeefaf91f311582963e508503405b652af5d
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user