From 1d1b42b3b7ef2191bcee95c630566cd8971df5c0 Mon Sep 17 00:00:00 2001 From: Joris Bertomeu Date: Mon, 30 Sep 2024 12:14:49 +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 ea86b71..5ff5673 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -31,4 +31,4 @@ jobs: push: true tags: | 192.168.1.230:5000/bertomlab/crawlflix/front:latest - 192.168.1.230:5000/bertomlab/crawlflix/front:${{ matrix.platform }} \ No newline at end of file + 192.168.1.230:5000/bertomlab/crawlflix/front:${{ matrix.platform | replace('/', '-') }} \ No newline at end of file