work setup

This commit is contained in:
Markus Dieckmann
2022-08-23 16:02:27 +02:00
parent 29b84cfe88
commit f4d73c543c
10 changed files with 205 additions and 83 deletions

View File

@ -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