From ffe3060e415391b0566db4b11ed4020b5f1d6554 Mon Sep 17 00:00:00 2001 From: Joris Bertomeu Date: Mon, 30 Sep 2024 16:28:51 +0200 Subject: [PATCH] Change from docker.io tag to custom registry tag --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 716b090..77419f2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: platforms: ${{ matrix.platform }} push: true tags: | - http://192.168.1.230:5000/bertomlab/crawlflix/front:latest + 192.168.1.230:5000/bertomlab/crawlflix/front:latest - name: Inspect run: | - docker buildx imagetools inspect http://192.168.1.230:5000/bertomlab/crawlflix/front:latest \ No newline at end of file + docker buildx imagetools inspect 192.168.1.230:5000/bertomlab/crawlflix/front:latest \ No newline at end of file