feat: update gitlab-ci

This commit is contained in:
hanif salafi 2024-03-29 23:36:59 +07:00
parent bb5531dd0a
commit 1ce9323d77
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ build-2:
- docker:dind
script:
- docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN registry.gitlab.com
- docker build -t registry.gitlab.com/hanifsalafi/web-humas-be:dev .
# - docker build -t registry.gitlab.com/hanifsalafi/web-humas-be:dev .
- docker-compose build
- docker push registry.gitlab.com/hanifsalafi/web-humas-be:dev
deploy: