global variable
parent
018a64b52b
commit
4a6d770c07
|
@ -1,5 +1,6 @@
|
||||||
variables:
|
variables:
|
||||||
CI_IMAGE: $DOCKER_HUB_USER/openwrt
|
CI_IMAGE: $DOCKER_HUB_USER/openwrt
|
||||||
|
CURRENT_STABLE_RELEASE: '19.07.4'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
@ -7,7 +8,6 @@ build:
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
variables:
|
variables:
|
||||||
CURRENT_STABLE_RELEASE: '19.07.4'
|
|
||||||
TAG: $CURRENT_STABLE_RELEASE-x86_64
|
TAG: $CURRENT_STABLE_RELEASE-x86_64
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u $DOCKER_HUB_USER -p $DOCKER_HUB_TOKEN
|
- docker login -u $DOCKER_HUB_USER -p $DOCKER_HUB_TOKEN
|
||||||
|
|
Loading…
Reference in New Issue