From a4a82a4ce332d216d66a53b8081d6f9b0e256d92 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 9 Jul 2021 20:23:27 +0200 Subject: [PATCH] provide both docker image builds --- .gitlab-ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 850ddc6..8186550 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,10 +124,18 @@ release: --assets-link "{\"name\":\"c4k-jira.js.sha256\",\"url\":\"https://gitlab.com/domaindrivenarchitecture/c4k-jira/-/jobs/${CI_JOB_ID}/artifacts/file/target/frontend-build/c4k-jira.js.sha256\"}" \ --assets-link "{\"name\":\"c4k-jira.js.sha512\",\"url\":\"https://gitlab.com/domaindrivenarchitecture/c4k-jira/-/jobs/${CI_JOB_ID}/artifacts/file/target/frontend-build/c4k-jira.js.sha512\"}" \ -image-test-publish: +jira-image-test-publish: image: domaindrivenarchitecture/devops-build:latest stage: image rules: - if: '$CI_COMMIT_TAG != null' script: - - cd infrastructure/docker && pyb image test publish \ No newline at end of file + - cd infrastructure/docker-jira && pyb image test publish + +backup-image-test-publish: + image: domaindrivenarchitecture/devops-build:latest + stage: image + rules: + - if: '$CI_COMMIT_TAG != null' + script: + - cd infrastructure/docker-backup && pyb image test publish \ No newline at end of file