Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ stages: - build .variables-template: tags: - "shell" before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" - docker buildx create --name ci-builder --use || docker buildx use ci-builder Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ stages: - build .variables-template: tags: - "shell" before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" - docker buildx create --name ci-builder --use || docker buildx use ci-builder Loading