From 900787e998317f5bf370eab1ac735b94701c9c7c Mon Sep 17 00:00:00 2001 From: MaxJa4 <74194322+MaxJa4@users.noreply.github.com> Date: Sun, 11 Feb 2024 22:45:33 +0100 Subject: [PATCH] Try with localhost --- .gitea/workflows/build_push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_push.yaml b/.gitea/workflows/build_push.yaml index e5a2f94..ef790ae 100644 --- a/.gitea/workflows/build_push.yaml +++ b/.gitea/workflows/build_push.yaml @@ -25,4 +25,4 @@ jobs: with: context: . push: true - tags: http://server:3000/maxi/isc:dev \ No newline at end of file + tags: localhost:3000/maxi/isc:dev \ No newline at end of file