Update .gitlab-ci.yml file
This commit is contained in:
@@ -25,7 +25,7 @@ bin_build:
|
||||
|
||||
docker_build:
|
||||
stage: build
|
||||
image:docker:latest
|
||||
image: docker:latest
|
||||
script:
|
||||
- docker build -t console:${PACKAGE_VERSION} .
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user