diff --git a/pipelines/release/eXXcellent-release-Child.gitlab-ci.yml b/pipelines/release/eXXcellent-release-Child.gitlab-ci.yml index 1287b8e..ffbe780 100644 --- a/pipelines/release/eXXcellent-release-Child.gitlab-ci.yml +++ b/pipelines/release/eXXcellent-release-Child.gitlab-ci.yml @@ -20,7 +20,7 @@ increase-version: push-tag-and-branch: stage: push-tag - image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.4.0 + image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.5.0 rules: - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH before_script: diff --git a/templates/IaC/ssh-transfer-data.gitlab-ci.yml b/templates/IaC/ssh-transfer-data.gitlab-ci.yml index 9b7ed30..b2859c9 100644 --- a/templates/IaC/ssh-transfer-data.gitlab-ci.yml +++ b/templates/IaC/ssh-transfer-data.gitlab-ci.yml @@ -1,5 +1,5 @@ .ssh-transfer-data: - image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.4.0 + image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.5.0 stage: ssh-transfer-data before_script: - setup-ssh diff --git a/templates/releasing/push-tag-and-version.gitlab-ci.yml b/templates/releasing/push-tag-and-version.gitlab-ci.yml index 9b9afe1..4cb42e4 100644 --- a/templates/releasing/push-tag-and-version.gitlab-ci.yml +++ b/templates/releasing/push-tag-and-version.gitlab-ci.yml @@ -1,6 +1,6 @@ .push-tag-and-version: stage: push-tag-and-version - image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.4.0 + image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.5.0 variables: ARTIFACT: "version" MVN_VERSION: "false"