Links no longer rely on the link shortener

Corrected Website name to correct Swedish form.
Corrected card layout
This commit is contained in:
Louis Hollingworth 2022-04-24 14:07:20 +01:00
parent 06cc898770
commit ef9aadd68a
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
7 changed files with 12 additions and 13 deletions

View file

@ -2,8 +2,7 @@
m=$(cat ./build_number)
echo $m
wait 10
docker build -t ghcr.io/lucxjo/friends-best:build-$m .
docker build -t ghcr.io/lucxjo/friends-best:latest .
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