test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
dvirlabs 2026-05-05 06:08:45 +03:00
parent 8d67d17e82
commit 1f4ebb2536

View File

@ -19,6 +19,9 @@ steps:
from_secret: DOCKER_USERNAME from_secret: DOCKER_USERNAME
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
skip_tls_verify_pull: true
registry_mirrors:
- https://mirror.gcr.io
build-backend: build-backend:
name: Build & Push Backend name: Build & Push Backend
@ -40,6 +43,9 @@ steps:
from_secret: DOCKER_USERNAME from_secret: DOCKER_USERNAME
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
skip_tls_verify_pull: true
registry_mirrors:
- https://mirror.gcr.io
update-values-frontend: update-values-frontend:
name: Update frontend tag in values.yaml name: Update frontend tag in values.yaml