summaryrefslogtreecommitdiffstats
path: root/build-and.push.sh
blob: 09732a861d8d8871e976b2e0d1102cce52374ccb (plain)
1
2
3
4
5
6
7
#!/bin/bash

IMAGE=registry.digitalocean.com/jan-systems-registry/taulubot:latest

set -euxo pipefail
docker build --platform linux/amd64 -t $IMAGE .
docker push $IMAGE