pipeline runner
Some checks failed
Image builder / build (push) Failing after 18s

This commit is contained in:
Tanguy Herbron 2023-08-07 10:40:33 +02:00
parent ea28fecab3
commit d607aa7d3b

View File

@ -1,6 +1,7 @@
#!/bin/sh
echo $GITHUB_TOKEN | docker login git.halis.io -u therbron
export
echo $GITHUB_TOKEN | docker login git.halis.io -u therbron --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