0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-06-02 18:29:42 +02:00

ci: fix repo name var

This commit is contained in:
Robert Kaussow 2023-08-13 23:17:59 +02:00
parent cc2f6f8c81
commit 7bbcd1ace0
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -15,7 +15,7 @@ steps:
- linux/amd64
- linux/arm64
provenance: false
repo: thegeeklab/${DRONE_REPO_NAME}
repo: ${CI_REPO}
when:
- event: [pull_request]
@ -31,7 +31,7 @@ steps:
- linux/amd64
- linux/arm64
provenance: false
repo: thegeeklab/${DRONE_REPO_NAME}
repo: ${CI_REPO}
username:
from_secret: docker_username
when:
@ -53,7 +53,7 @@ steps:
- linux/arm64
provenance: false
registry: quay.io
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
repo: quay.io/${CI_REPO}
username:
from_secret: quay_username
when: