Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 58e12524 authored by Jason Kridner's avatar Jason Kridner
Browse files

Update .gitlab-ci.yml

parent 5ae41862
Branches
No related merge requests found
Pipeline #22954 failed with stage
in 9 seconds
......@@ -2,7 +2,9 @@ docker-build:
stage: build
before_script:
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
- apt-get install -y git
script:
- docker buildx create --platform=linux/arm64,linux/amd64 --use
- BUILDKIT_PROGRESS=plain docker buildx build --platform=linux/arm64,linux/amd64 -t "${CI_REGISTRY_IMAGE}:nightly-${CI_PIPELINE_CREATED_AT:0:10}" --push .
rules:
- if: $CI_COMMIT_BRANCH
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment