diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-10-07 13:04:03 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-10-07 16:03:28 +0300 |
| commit | b0db0e55c0c400bc948a4934b0e4fddfbfdcca51 (patch) | |
| tree | 0d29e8015178a0eaa52e9f821ad243c5435da99f /build-and-push.sh | |
| parent | fe57e4996ec79267dffd77e503ef8164eceea229 (diff) | |
Rewrite to run as a traditional script, update deps
Diffstat (limited to 'build-and-push.sh')
| -rwxr-xr-x | build-and-push.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build-and-push.sh b/build-and-push.sh deleted file mode 100755 index dbecd87..0000000 --- a/build-and-push.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -IMAGE=registry.jan.systems/hommabot2:latest - -set -euxo pipefail -docker build --platform linux/amd64 -t $IMAGE . -docker push $IMAGE |
