Modified the image name
This commit is contained in:
@@ -21,7 +21,7 @@ variables:
|
|||||||
# When using dind, it's wise to use the overlayfs driver for
|
# When using dind, it's wise to use the overlayfs driver for
|
||||||
# improved performance.
|
# improved performance.
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
TEST_IMAGE_NAME: grav_test:$CI_COMMIT_REF_NAME
|
IMAGE_TAG: grav:$CI_COMMIT_REF_NAME
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker info
|
- docker info
|
||||||
@@ -29,4 +29,4 @@ before_script:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- docker build --pull -t $TEST_IMAGE_NAME .
|
- docker build --pull -t $IMAGE_TAG .
|
||||||
|
|||||||
Reference in New Issue
Block a user