This commit is contained in:
Malte Jürgens 2022-05-09 20:25:13 +02:00
parent d6780c59f3
commit e360e3b665
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3

View file

@ -23,8 +23,7 @@ Build Docker Images:
- macos-x86_64
- macos-aarch64
before_script:
- curl -fsSL https://get.docker.com -o get-docker.sh
- sh get-docker.sh
- 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/
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- make docker-$DISTRO