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

Update .gitlab-ci.yml

parent cc077f55
No related branches found
No related tags found
1 merge request!59Draft: Use buildx
Pipeline #115278 waiting for manual action
......@@ -105,7 +105,7 @@ 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 --use
- docker create
- docker buildx create --use
- docker buildx build
--target app-container
......
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