feat: update gitlab-ci
This commit is contained in:
parent
25bc2c9df3
commit
bcefcdfaa5
|
|
@ -15,7 +15,8 @@ build-2:
|
||||||
stage: build-image
|
stage: build-image
|
||||||
image: docker/compose:latest
|
image: docker/compose:latest
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- name: docker:dind
|
||||||
|
command: [ "--insecure-registry=103.82.242.92:8900" ]
|
||||||
script:
|
script:
|
||||||
- docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN 103.82.242.92:8900
|
- docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN 103.82.242.92:8900
|
||||||
# - docker build -t registry.gitlab.com/hanifsalafi/web-humas-be:dev .
|
# - docker build -t registry.gitlab.com/hanifsalafi/web-humas-be:dev .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue