Rename image names
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
tobias 2024-06-04 10:56:13 +02:00
parent e9fb68ec9f
commit f33fa68ef8

View File

@ -9,7 +9,7 @@ steps:
password: password:
from_secret: git_autonomic_zone_token_3wc from_secret: git_autonomic_zone_token_3wc
# NOTE: edit this if you want your image called something else # NOTE: edit this if you want your image called something else
repo: git.autonomic.zone/autonomic-cooperative/astro-payload-test-astro repo: git.autonomic.zone/autonomic-cooperative/paystro-test-astro
auto_tag: true auto_tag: true
registry: git.autonomic.zone registry: git.autonomic.zone
context: astro context: astro
@ -26,7 +26,7 @@ steps:
settings: &payload-build-settings settings: &payload-build-settings
<<: *docker-build-settings <<: *docker-build-settings
# NOTE: edit this if you want your image called something else # NOTE: edit this if you want your image called something else
repo: git.autonomic.zone/autonomic-cooperative/astro-payload-test-payload-dev repo: git.autonomic.zone/autonomic-cooperative/paystro-test-payload-dev
context: payload context: payload
dockerfile: payload/Dockerfile dockerfile: payload/Dockerfile
target: dev target: dev
@ -38,7 +38,7 @@ steps:
settings: settings:
<<: *payload-build-settings <<: *payload-build-settings
username: 3wordchant username: 3wordchant
repo: git.autonomic.zone/autonomic-cooperative/astro-payload-test-payload repo: git.autonomic.zone/autonomic-cooperative/paystro-test-payload
target: prod target: prod
when: when:
<<: *exclude-event-custom <<: *exclude-event-custom
@ -58,7 +58,7 @@ steps:
SECRET_TOKEN_VERSION: v1 SECRET_TOKEN_VERSION: v1
SECRET_MONGO_PASSWORD_VERSION: v1 SECRET_MONGO_PASSWORD_VERSION: v1
NGINX_CONF_VERSION: v1 NGINX_CONF_VERSION: v1
REPOSITORY: "autonomic-cooperative/astro-payload-test" REPOSITORY: "autonomic-cooperative/paystro-test"
DRONE_URL: "https://drone.autonomic.zone" DRONE_URL: "https://drone.autonomic.zone"
PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone" PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone"
depends_on: depends_on:
@ -67,7 +67,7 @@ steps:
<<: *exclude-event-custom <<: *exclude-event-custom
- name: build astro content - name: build astro content
image: git.autonomic.zone/autonomic-cooperative/astro-payload-test-astro:latest image: git.autonomic.zone/autonomic-cooperative/paystro-test-astro:latest
environment: environment:
PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone" PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone"
commands: commands: