This commit is contained in:
Smart-SangGe 2022-08-01 18:09:12 +08:00
parent aa206d25eb
commit 6cd16cfa1f

View File

@ -27,6 +27,7 @@ bin_build:
docker_build:
stage: build
script:
- ls .
- docker build -t console:${PACKAGE_VERSION} .
release: