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

IMAGE=registry.jan.systems/hommabot2:latest

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