Skip to content
Snippets Groups Projects
Commit 551e818b authored by Sebastian Schroeder's avatar Sebastian Schroeder
Browse files

Update .gitlab-ci.yml

parent 70d39f30
No related merge requests found
Pipeline #15304 failed with stages
in 44 seconds
......@@ -12,7 +12,8 @@ publish:
services:
- docker:dind
script:
- docker buildx build --platform=linux/arm/v7 -f .docker/Dockerfile -t $TAG_COMMIT -t $TAG_LATEST .
- docker --version
- docker buildx build --platform linux/arm/v7 -f .docker/Dockerfile -t $TAG_COMMIT -t $TAG_LATEST .
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
- docker push $TAG_COMMIT
- docker push $TAG_LATEST
......
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