From 893a960301ab698d18751ed78c77d0e1d3cea701 Mon Sep 17 00:00:00 2001 From: MaxJa4 <74194322+MaxJa4@users.noreply.github.com> Date: Sun, 11 Feb 2024 22:48:27 +0100 Subject: [PATCH] Hardcode gitea ip --- .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 ef790ae..59b121a 100644 --- a/.gitea/workflows/build_push.yaml +++ b/.gitea/workflows/build_push.yaml @@ -25,4 +25,4 @@ jobs: with: context: . push: true - tags: localhost:3000/maxi/isc:dev \ No newline at end of file + tags: 172.24.0.2:3000/maxi/isc:dev \ No newline at end of file