Skip to content
Snippets Groups Projects
Commit 85c88383 authored by Jonas Leder's avatar Jonas Leder
Browse files

add 5s delay to docker build

parent 8d3600a9
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ steps:
from_secret: DOCKER_PASSWORD
commands:
- source .env
- sleep 5 # wait for docker to start
- docker ps -a
- docker context create build
- docker buildx create build --use
......
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