runner-images/build.sh

8 lines
271 B
Bash
Raw Normal View History

2023-08-07 08:38:16 +00:00
#!/bin/sh
2023-08-07 08:40:33 +00:00
export
2023-08-07 08:45:14 +00:00
echo $CONTAINER_TOKEN | docker login git.halis.io -u $GITHUB_ACTOR --password-stdin
2023-08-07 08:38:16 +00:00
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