更新 .gitlab-ci.yml

This commit is contained in:
Cherry Sakura 2023-10-31 06:26:13 +00:00
parent 66e3f67b9f
commit 635d99cb93

View File

@ -2,7 +2,7 @@ docker-build:
image: docker:latest
stage: build
services:
- docker:dind
- ezkrg/buildx:latest
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# Default branch leaves tag empty (= latest tag)