From 1d811932dfd0f1564b6c6fa2392df09e5c851b76 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Mon, 28 Oct 2019 16:00:34 +0800 Subject: [PATCH] ci: fix up image and job tag --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdce5c6..c01913f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,11 +3,13 @@ stages: push_master_to_github: stage: deploy + tags: + - internet only: - master - /^release\/v/ # when: on_success - image: espressif/esp32-ci-env + image: $CI_DOCKER_REGISTRY/esp32-ci-env variables: GIT_STRATEGY: clone GITHUB_PUSH_REFS: refs/remotes/origin/release refs/remotes/origin/master