Skip to content
Snippets Groups Projects
Commit 3086fe83 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Update .gitlab-ci.yml

parent a19c36d0
No related branches found
No related tags found
1 merge request!59Draft: Use buildx
Pipeline #115279 waiting for manual action
......@@ -105,8 +105,8 @@ pages:
- i=0; while [ "$i" -lt 60 ]; do docker info && break; sleep 1; i=$(( i + 1 )) ; done
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin
- docker buildx ls
- docker create
- docker buildx create --use
- docker create my-context
- docker buildx create my-context --use
- docker buildx build
--target app-container
--build-arg CI_COMMIT_REF_SLUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment