testing
This commit is contained in:
parent
e360e3b665
commit
72e342112b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue