diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6c436d..2519b9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,8 @@ docker_build: image: docker:latest script: - docker build -t console:${PACKAGE_VERSION} . + - docker tag console:${PACKAGE_VERSION} reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION} + - docker push reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION} tags: - cluster @@ -42,5 +44,5 @@ release: docker_deploy: stage: deploy script: - - docker tag console:${PACKAGE_VERSION} reg.sre.victor-core.top/cobalt-strike/REPOSITORY:${PACKAGE_VERSION} - - docker push reg.sre.victor-core.top/cobalt-strike/REPOSITORY:${PACKAGE_VERSION} \ No newline at end of file + - echo 123 + \ No newline at end of file