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

Update .gitlab-ci.yml

parent 551e818b
No related merge requests found
Pipeline #15305 failed with stages
in 44 seconds
...@@ -7,10 +7,10 @@ variables: ...@@ -7,10 +7,10 @@ variables:
TAG_COMMIT: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_NAME:$CI_COMMIT_SHORT_SHA TAG_COMMIT: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_NAME:$CI_COMMIT_SHORT_SHA
publish: publish:
image: docker:latest image: docker:19.03.12
stage: publish stage: publish
services: services:
- docker:dind - docker:19.03.12-dind
script: script:
- docker --version - docker --version
- docker buildx build --platform linux/arm/v7 -f .docker/Dockerfile -t $TAG_COMMIT -t $TAG_LATEST . - docker buildx build --platform linux/arm/v7 -f .docker/Dockerfile -t $TAG_COMMIT -t $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