feat: update gitlab-ci
This commit is contained in:
parent
1677e46a2e
commit
cc59600364
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in New Issue