feat: update gitlab-ci

This commit is contained in:
hanif salafi 2024-10-02 00:37:28 +07:00
parent 1677e46a2e
commit cc59600364
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ build-2:
stage: build-image
image: docker/compose:latest
services:
- docker:dind
- name: docker:dind
command: [ "--insecure-registry=103.82.242.92:8900" ]
script:
- docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN 103.82.242.92:8900
# - docker build -t registry.gitlab.com/hanifsalafi/web-humas-be:dev .