add quay credentials
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-08-30 15:43:00 +02:00
parent a7c0e1349c
commit 536d0f9fc2
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 3 deletions

View File

@ -54,11 +54,11 @@ steps:
settings:
dockerfile: Dockerfile
password:
from_secret: docker_password
from_secret: quay_password
registry: quay.io
repo: xoxys/${DRONE_REPO_NAME}
username:
from_secret: docker_username
from_secret: quay_username
when:
ref:
- refs/heads/master
@ -143,6 +143,6 @@ depends_on:
---
kind: signature
hmac: 9716ee4309821ebf821cd9359a42807bb7a509660bff3cc11f0e1dc6833f059d
hmac: 384fb63e804425c02503f12f2afbf3a99b320d4074b363a46aebcf970f6f9ae5
...