Изменил(а) на '.agola/config.yml'
agola/fox-proxy/Build image The run failed Details

This commit is contained in:
Pavel Dmitriev 2022-05-12 17:20:49 +03:00
parent a443c08aac
commit 8c96001a47
1 changed files with 6 additions and 6 deletions

View File

@ -5,9 +5,9 @@ runs:
docker_registries_auth: docker_registries_auth:
'mxfox.ru': 'mxfox.ru':
username: username:
from_variable: mxfoxdockerlogin from_variable: mxfoxDockerLogin
password: password:
from_variable: mxfoxdockersecret from_variable: mxfoxDockerSecret
tasks: tasks:
- name: build docker image - name: build docker image
runtime: runtime:
@ -18,9 +18,9 @@ runs:
working_dir: /workspace working_dir: /workspace
environment: environment:
DOCKERLOGIN: DOCKERLOGIN:
from_variable: mxfoxdockerlogin from_variable: mxfoxDockerLogin
DOCKERPASS: DOCKERPASS:
from_variable: mxfoxdockersecret from_variable: mxfoxDockerSecret
steps: steps:
- clone: - clone:
- run: - run:
@ -32,10 +32,10 @@ runs:
command: | command: |
case ${AGOLA_GIT_BRANCH} in case ${AGOLA_GIT_BRANCH} in
master) master)
export xBuildSuffix=" -t mxfox.ru/infra/fox-proxy:latest --push" export xBuildSuffix=" -t mxfox.ru/mxfox/fox-proxy:latest --push"
;; ;;
test) test)
export xBuildSuffix=" -t mxfox.ru/infra/fox-proxy:test --push" export xBuildSuffix=" -t mxfox.ru/mxfox/fox-proxy:test --push"
;; ;;
*) *)
export xBuildSuffix="" export xBuildSuffix=""