fix image for check
This commit is contained in:
parent
590ff6ff7a
commit
6b09cad321
@ -1,5 +1,3 @@
|
||||
image: registry.hottis.de/dockerized/docker-bash:latest
|
||||
|
||||
stages:
|
||||
- check
|
||||
- build
|
||||
@ -9,6 +7,7 @@ variables:
|
||||
HUB_IMAGE_NAME: $DOCKER_HUB_LOGIN/$CI_PROJECT_NAME
|
||||
|
||||
check:
|
||||
image: registry.hottis.de/dockerized/base-build-env:latest
|
||||
stage: check
|
||||
tags:
|
||||
- hottis
|
||||
@ -23,6 +22,7 @@ check:
|
||||
--messageToValidate ${CI_COMMIT_MESSAGE}
|
||||
|
||||
build:
|
||||
image: registry.hottis.de/dockerized/docker-bash:latest
|
||||
stage: build
|
||||
tags:
|
||||
- hottis
|
||||
|
Loading…
x
Reference in New Issue
Block a user