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

View file

@ -23,7 +23,7 @@ Build Docker Images:
- macos-x86_64
- macos-aarch64
before_script:
- 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/
- 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/* ~/.local/bin/
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- make docker-$DISTRO