Skip to content

Commit

Permalink
ci: fix up image and job tag
Browse files Browse the repository at this point in the history
  • Loading branch information
antmak committed Oct 28, 2019
1 parent dfe091f commit c505793
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit c505793

Please sign in to comment.