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