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:
|
||||
stage: build-images
|
||||
when: manual
|
||||
image: docker
|
||||
image: ubuntu22
|
||||
services:
|
||||
- docker:dind
|
||||
parallel:
|
||||
|
|
@ -22,9 +22,6 @@ Build Docker Images:
|
|||
- fedora35
|
||||
- macos-x86_64
|
||||
- macos-aarch64
|
||||
before_script:
|
||||
- apt update
|
||||
- apt install -y make
|
||||
script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- make docker-$DISTRO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue