runner-images/build.sh
Tanguy Herbron dbf1f610ba
Some checks reported warnings
Image builder / build (push) Has been cancelled
pipeline runner
2023-08-07 10:45:14 +02:00

8 lines
271 B
Bash
Executable File

#!/bin/sh
export
echo $CONTAINER_TOKEN | docker login git.halis.io -u $GITHUB_ACTOR --password-stdin
docker pull ubuntu:latest
docker tag ubuntu:latest git.halis.io/athens-school/runner-images:shell-build
docker push git.halis.io/athens-school/runner-images:shell-build