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: