mirror of
https://github.com/espressif/esp32-bt-lib.git
synced 2026-08-07 19:57:50 +00:00
ci: fix up image and job tag
This commit is contained in:
committed by
baohongde
parent
6bacf37c12
commit
b5d8eebd4b
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user