Some checks failed
Build and push Docker image in git push / build (push) Failing after 6m39s
9 lines
200 B
Bash
Executable File
9 lines
200 B
Bash
Executable File
#/bin/bash
|
|
|
|
# variables used by "*-images.sh" files
|
|
|
|
IMAGE_REGISTRY="git.chai.uni-hamburg.de"
|
|
IMAGE_OWNER="ums-agenten"
|
|
IMAGE_NAME="base-image"
|
|
PLATFORMS="amd64 gpu arm64"
|
|
CPU_BASEIMAGE="ubuntu:24.04" |