From: Mark Hansen Date: Sat, 20 Feb 2021 06:17:34 +0000 (+1100) Subject: Fix docker push live step X-Git-Tag: 2.47.0~55^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c74d2ae2990779ed6a0389da9803fe975563bc6;p=graphviz Fix docker push live step Was getting error ``` /bin/bash: line 118: docker: command not found ``` --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0736208ec..cdd6fb5ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -625,6 +625,7 @@ deployment: - docker push $CI_REGISTRY_IMAGE/$IMAGE:$CI_COMMIT_SHA .docker_push_template: &docker_push_definition + <<: *docker_definition stage: push_docker_images only: refs: