ci-base/build.sh

4 lines
166 B
Bash
Raw Normal View History

2024-01-01 20:55:15 +00:00
echo "Building $1 using image tag $2"
docker build -t docker.io/akkoma/ci-base:$1 --build-arg=version=$1 --build-arg=TAG=$2 .
docker push docker.io/akkoma/ci-base:$1