fix quay publishing

This commit is contained in:
Robert Kaussow 2020-09-05 20:06:04 +02:00
parent 2f8b1e27ce
commit 4e859ab8cc
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 1 deletions

View File

@ -199,6 +199,7 @@ local PipelineBuildContainer(arch='amd64') = {
auto_tag: true, auto_tag: true,
auto_tag_suffix: arch, auto_tag_suffix: arch,
dockerfile: 'docker/Dockerfile', dockerfile: 'docker/Dockerfile',
registry: 'quay.io',
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' },

View File

@ -219,6 +219,7 @@ steps:
dockerfile: docker/Dockerfile dockerfile: docker/Dockerfile
password: password:
from_secret: quay_password from_secret: quay_password
registry: quay.io
repo: quay.io/thegeeklab/${DRONE_REPO_NAME} repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
username: username:
from_secret: quay_username from_secret: quay_username
@ -288,6 +289,7 @@ steps:
dockerfile: docker/Dockerfile dockerfile: docker/Dockerfile
password: password:
from_secret: quay_password from_secret: quay_password
registry: quay.io
repo: quay.io/thegeeklab/${DRONE_REPO_NAME} repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
username: username:
from_secret: quay_username from_secret: quay_username
@ -357,6 +359,7 @@ steps:
dockerfile: docker/Dockerfile dockerfile: docker/Dockerfile
password: password:
from_secret: quay_password from_secret: quay_password
registry: quay.io
repo: quay.io/thegeeklab/${DRONE_REPO_NAME} repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
username: username:
from_secret: quay_username from_secret: quay_username
@ -556,6 +559,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: f07e0ab65bb9f2c36084ff6efcb8393c152682d783738d174b7e0b347e0a9cf5 hmac: ea897ed402bf6868d1b837255bb85847cf5e813fd18851249d040e267507ab46
... ...