From 9c4206bf4be17db51f48acf265fb5306b983bd4f Mon Sep 17 00:00:00 2001 From: Joris Bertomeu Date: Mon, 30 Sep 2024 12:08:27 +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 d2701e3..60e4a68 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -25,4 +25,4 @@ jobs: with: platforms: linux/amd64,linux/arm64 push: true - tags: bertomlab/crawlflix/front:latest \ No newline at end of file + tags: ${{ vars.DOCKER_REGISTRY_URL }}/bertomlab/crawlflix/front:latest \ No newline at end of file