runner-images/build.sh

7 lines
239 B
Bash
Raw Normal View History

2023-08-07 08:38:16 +00:00
#!/bin/sh
echo $GITHUB_TOKEN | docker login git.halis.io -u therbron
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