Tanguy Herbron
dbf1f610ba
Some checks reported warnings
Image builder / build (push) Has been cancelled
8 lines
271 B
Bash
Executable File
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
|