diff --git a/push-tag-and-version-template.gitlab-ci.yml b/push-tag-and-version-template.gitlab-ci.yml index 7a80dda..de20c53 100644 --- a/push-tag-and-version-template.gitlab-ci.yml +++ b/push-tag-and-version-template.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.3.0 + image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.4.0 variables: ARTIFACT: "version" MVN_VERSION: "false" diff --git a/ssh-transfer-data-template.gitlab-ci.yml b/ssh-transfer-data-template.gitlab-ci.yml index 9c96fe4..9b7ed30 100644 --- a/ssh-transfer-data-template.gitlab-ci.yml +++ b/ssh-transfer-data-template.gitlab-ci.yml @@ -1,5 +1,5 @@ .ssh-transfer-data: - image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.3.0 + image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.4.0 stage: ssh-transfer-data before_script: - setup-ssh