From 8aafbb59dddd5758a98887f72b64a7ef71862979 Mon Sep 17 00:00:00 2001 From: Joris Bertomeu Date: Mon, 30 Sep 2024 14:09:29 +0200 Subject: [PATCH] Change from docker.io tag to custom registry tag --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 84e12e0..ebb2eb2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: platforms: ${{ matrix.platform }} push: true tags: | - 192.168.1.230:5000/bertomlab/crawlflix/front:latest + http://192.168.1.230:5000/bertomlab/crawlflix/front:latest - name: Inspect run: | docker buildx imagetools inspect localhost:5000/name/app:latest \ No newline at end of file