From 072e214484ac8ddbab56c5eca352193eb8e51b00 Mon Sep 17 00:00:00 2001 From: Pavel Dmitriev Date: Mon, 2 May 2022 17:37:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.agola/config.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .agola/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.agola/config.yml b/.agola/config.yml index 6bc64f7..b358a97 100644 --- a/.agola/config.yml +++ b/.agola/config.yml @@ -4,22 +4,22 @@ runs: docker_registries_auth: 'mxfox.ru': username: - from_variable: mxfoxdockerlogin + from_variable: mxfoxDockerLogin password: - from_variable: mxfoxdockersecret + from_variable: mxfoxDockerSecret tasks: - name: build docker image runtime: containers: - - image: mxfox.ru/test/docker-buildx:dind-git + - image: mxfox.ru/mxfox/docker-dind.buildx:latest privileged: true #shell: /busybox/sh working_dir: /workspace environment: DOCKERLOGIN: - from_variable: mxfoxdockerlogin + from_variable: mxfoxDockerLogin DOCKERPASS: - from_variable: mxfoxdockersecret + from_variable: mxfoxDockerSecret steps: - clone: - run: @@ -31,13 +31,13 @@ runs: command: | case ${AGOLA_GIT_BRANCH} in master) - export xBuildSuffix=" -t mxfox.ru/chimera/fox-web-basic:master-${AGOLA_GIT_COMMITSHA:0:10} -t mxfox.ru/chimera/fox-web-basic:latest --push" + export xBuildSuffix=" -t mxfox.ru/mxfox/fox-web-basic:master-${AGOLA_GIT_COMMITSHA:0:10} -t mxfox.ru/mxfox/fox-web-basic:latest --push" ;; test) - export xBuildSuffix=" -t mxfox.ru/chimera/fox-web-basic:test-${AGOLA_GIT_COMMITSHA:0:10} -t mxfox.ru/chimera/fox-web-basic:test --push" + export xBuildSuffix=" -t mxfox.ru/mxfox/fox-web-basic:test-${AGOLA_GIT_COMMITSHA:0:10} -t mxfox.ru/mxfox/fox-web-basic:test --push" ;; php7.4) - export xBuildSuffix=" -t mxfox.ru/chimera/fox-web-basic:php-7.4-${AGOLA_GIT_COMMITSHA:0:10} -t mxfox.ru/chimera/fox-web-basic:php-7.4 --push" + export xBuildSuffix=" -t mxfox.ru/mxfox/fox-web-basic:php-7.4-${AGOLA_GIT_COMMITSHA:0:10} -t mxfox.ru/mxfox/fox-web-basic:php-7.4 --push" ;; *) export xBuildSuffix=""