This commit is contained in:
parent
8d67d17e82
commit
1f4ebb2536
@ -19,6 +19,9 @@ steps:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
skip_tls_verify_pull: true
|
||||
registry_mirrors:
|
||||
- https://mirror.gcr.io
|
||||
|
||||
build-backend:
|
||||
name: Build & Push Backend
|
||||
@ -40,6 +43,9 @@ steps:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
skip_tls_verify_pull: true
|
||||
registry_mirrors:
|
||||
- https://mirror.gcr.io
|
||||
|
||||
update-values-frontend:
|
||||
name: Update frontend tag in values.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user