1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-19 01:50:28 +08:00

TUN-9800: Fix docker hub push step

This commit is contained in:
João "Pisco" Fernandes
2025-11-07 11:13:47 +00:00
parent 29e8d936f2
commit 9ce16c5aac
2 changed files with 21 additions and 9 deletions

View File

@@ -16,8 +16,13 @@ include:
- release-cloudflared-to-r2
commentImageRefs: false
runner: vm-linux-x86-4cpu-8gb
DOCKER_USER_BRANCH: svcgithubdockerhubcloudflar045
DOCKER_PASSWORD_BRANCH: gitlab/cloudflare/tun/cloudflared/_dev/dockerhub/svc_password/data
# Based on if the CI reference is protected or not the CI component will
# either use _BRANCH or _PROD, therefore, to prevent the pipelines from failing
# we simply set both to the same value.
DOCKER_USER_BRANCH: &docker-hub-user svcgithubdockerhubcloudflar045
DOCKER_PASSWORD_BRANCH: &docker-hub-password gitlab/cloudflare/tun/cloudflared/_dev/dockerhub/svc_password/data
DOCKER_USER_PROD: *docker-hub-user
DOCKER_PASSWORD_PROD: *docker-hub-password
EXTRA_DIB_ARGS: --overwrite
.default-release-job: &release-job-defaults