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