work setup
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
#!/bin/bash
|
||||
docker build -t dotfiles/local_startpage:latest .
|
||||
REPO="startpage"
|
||||
docker build -t $REPO:latest .
|
||||
docker tag $REPO:latest registry.brudi.xyz/$REPO:latest
|
||||
docker push registry.brudi.xyz/$REPO:latest
|
||||
|
Reference in New Issue
Block a user