Hack to work within template repo
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
3wc 2024-05-17 14:21:23 -03:00
parent bafca0aa78
commit 4c103651cd

View File

@ -8,7 +8,8 @@ steps:
username: 3wordchant username: 3wordchant
password: password:
from_secret: git_autonomic_zone_token_3wc from_secret: git_autonomic_zone_token_3wc
repo: git.autonomic.zone/${REPO_OWNER}/${REPO_NAME} # NOTE: edit this if you want your image called something else
repo: git.autonomic.zone/${DRONE_REPO}-astro
auto_tag: true auto_tag: true
registry: git.autonomic.zone registry: git.autonomic.zone
context: astro context: astro
@ -19,7 +20,8 @@ steps:
username: 3wordchant username: 3wordchant
password: password:
from_secret: git_autonomic_zone_token_3wc from_secret: git_autonomic_zone_token_3wc
repo: git.autonomic.zone/${REPO_OWNER}/${REPO_NAME} # NOTE: edit this if you want your image called something else
repo: git.autonomic.zone/${DRONE_REPO}-payload
auto_tag: true auto_tag: true
registry: git.autonomic.zone registry: git.autonomic.zone
context: payload context: payload