Built PoC of execution in workflow view (#23)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
docker rmi frikky/shuffle:orborus --force
|
||||
NAME=orborus
|
||||
VERSION=0.1.0
|
||||
|
||||
docker build . -t frikky/shuffle:orborus
|
||||
docker push frikky/shuffle:orborus
|
||||
echo "Running docker build with $NAME:$VERSION"
|
||||
#docker rmi frikky/shuffle:$NAME --force
|
||||
docker build . -t frikky/shuffle:$NAME -t docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION -t frikky/$NAME:$VERSION
|
||||
|
||||
docker push frikky/$NAME:$VERSION
|
||||
#docker push docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION
|
||||
|
||||
Reference in New Issue
Block a user