fix quay publishing

This commit is contained in:
Robert Kaussow 2020-09-05 20:06:04 +02:00
parent 2f8b1e27ce
commit 4e859ab8cc
Signed by: xoxys
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_suffix: arch,
dockerfile: 'docker/Dockerfile',
registry: 'quay.io',
repo: 'quay.io/thegeeklab/${DRONE_REPO_NAME}',
username: { from_secret: 'quay_username' },
password: { from_secret: 'quay_password' },

View File

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