From e9b110037384b4890ef3293f0256950b3b5b09ab Mon Sep 17 00:00:00 2001 From: Cherry Sakura Date: Tue, 31 Oct 2023 06:32:43 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitlab-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2184b7..59ed57d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ docker-build: tag=":$CI_COMMIT_REF_SLUG" echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag" fi + - docker buildx use default - docker buildx build -t "$CI_REGISTRY_IMAGE${tag}" --platform=linux/arm64,linux/amd64 . --push # Run this job in a branch where a Dockerfile exists rules: