use version tags
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2021-10-23 16:00:26 +02:00
parent dec9f4fbdc
commit 23c2d73c5c
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 4 additions and 1 deletions

View File

@ -64,6 +64,7 @@ local PipelineBuildContainer(version='7') = {
repo: 'quay.io/thegeeklab/${DRONE_REPO_NAME}',
username: { from_secret: 'quay_username' },
password: { from_secret: 'quay_password' },
tags: version,
},
when: {
ref: ['refs/heads/main', 'refs/tags/**'],

View File

@ -62,6 +62,7 @@ steps:
from_secret: quay_password
registry: quay.io
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
tags: 7
username:
from_secret: quay_username
when:
@ -122,6 +123,7 @@ steps:
from_secret: quay_password
registry: quay.io
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
tags: 8
username:
from_secret: quay_username
when:
@ -231,6 +233,6 @@ depends_on:
---
kind: signature
hmac: 17c04d68792bb5d1489ece943dc756b703294d42f407285f43ca39e429578d3f
hmac: 474bbbb50ad73c8e3fb3c9047caabeefaf91f311582963e508503405b652af5d
...