Updated ci script

This commit is contained in:
Aditya Prima 2023-12-19 20:24:07 +07:00
parent c8f2ebbbc3
commit d8368af3d1
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ stages:
DOCKER_CERT_PATH: "/certs/client" DOCKER_CERT_PATH: "/certs/client"
DOCKER_DRIVER: "overlay" DOCKER_DRIVER: "overlay"
before_script: before_script:
- "docker login -u ${HUB_USERNAME} -p ${HUB_TOKEN}" - "docker login ${CI_REGISTRY} -u gitlab-ci-token -p ${CI_JOB_TOKEN}"
after_script: after_script:
- "docker logout" - "docker logout ${CI_REGISTRY}"
build_5_6: build_5_6:
stage: build_php stage: build_php