This commit is contained in:
Malte Jürgens 2022-05-09 20:28:57 +02:00
parent e360e3b665
commit 72e342112b
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3

View file

@ -23,7 +23,7 @@ Build Docker Images:
- macos-x86_64 - macos-x86_64
- macos-aarch64 - macos-aarch64
before_script: before_script:
- cd $(mktemp -d) && curl -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-20.10.9.tgz && tar xf docker-20.10.9.tgz && cp -v docker/* /usr/bin/ - cd $(mktemp -d) && curl -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-20.10.9.tgz -o docker.tgz && tar xzvf docker.tgz && cp -v docker/* /usr/bin/
script: script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- make docker-$DISTRO - make docker-$DISTRO