friends-best/docker.sh
Louis Hollingworth ef9aadd68a
Links no longer rely on the link shortener
Corrected Website name to correct Swedish form.
Corrected card layout
2022-04-24 14:07:20 +01:00

9 lines
270 B
Bash
Executable file

#!/bin/sh
m=$(cat ./build_number)
echo $m
wait 10
docker build -t ghcr.io/lucxjo/friends-best:build-$m -t ghcr.io/lucxjo/friends-best:latest .
docker push ghcr.io/lucxjo/friends-best:build-$m
docker push ghcr.io/lucxjo/friends-best:latest
echo $((m+1)) > ./build_number