From cf0bfd5b9d0c0b2b52b9bacf8bb71d4a84c49009 Mon Sep 17 00:00:00 2001 From: j842 Date: Mon, 26 May 2025 14:19:28 +1200 Subject: [PATCH] Publish --- publish.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 publish.sh diff --git a/publish.sh b/publish.sh new file mode 100644 index 0000000..ea5316d --- /dev/null +++ b/publish.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +docker build -t cpp-httplib-builder . +docker tag cpp-httplib-builder:latest gitea.jde.nz/public/cpp-httplib-builder:latest +docker push cpp-httplib-builder:latest