Update .gitlab-ci.yml file

This commit is contained in:
梁俊勇
2022-08-01 12:10:59 +00:00
parent ccd4cf9c1a
commit 7d8eb7231a

View File

@@ -25,7 +25,7 @@ bin_build:
docker_build: docker_build:
stage: build stage: build
image:docker:latest image: docker:latest
script: script:
- docker build -t console:${PACKAGE_VERSION} . - docker build -t console:${PACKAGE_VERSION} .
tags: tags: