diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-24 21:38:46 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-24 21:52:35 +0300 |
| commit | f7ab68fc0796ed9ec7e56ea75f836041eacafaf5 (patch) | |
| tree | 3043426d3ab053218a8a94c12a77c54d359e0206 /build-and.push.sh | |
| parent | f714764b7dfdc9086a6221f5147a7e1332188ae5 (diff) | |
Update to 2023
Diffstat (limited to 'build-and.push.sh')
| -rwxr-xr-x | build-and.push.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build-and.push.sh b/build-and.push.sh new file mode 100755 index 0000000..09732a8 --- /dev/null +++ b/build-and.push.sh @@ -0,0 +1,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 |
