testing
This commit is contained in:
parent
6d3c756cce
commit
0852211b14
1 changed files with 1 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ stages:
|
||||||
Build Docker Images:
|
Build Docker Images:
|
||||||
stage: build-images
|
stage: build-images
|
||||||
when: manual
|
when: manual
|
||||||
image: docker
|
image: ubuntu22
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
parallel:
|
parallel:
|
||||||
|
|
@ -22,9 +22,6 @@ Build Docker Images:
|
||||||
- fedora35
|
- fedora35
|
||||||
- macos-x86_64
|
- macos-x86_64
|
||||||
- macos-aarch64
|
- macos-aarch64
|
||||||
before_script:
|
|
||||||
- apt update
|
|
||||||
- apt install -y make
|
|
||||||
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