From 438ea4394522561f7293a544f4487ba449c1deed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 24 Jan 2024 14:21:06 +0100 Subject: [PATCH] change registry --- .gitea/workflows/build-image.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 6de1c6c..232813e 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -3,7 +3,8 @@ name: Build an image to deploy website on: # Runs on pushes targeting the default branch push: - branches: ["gitea-ci"] + tags: + - v* # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: @@ -69,4 +70,4 @@ jobs: with: context: . push: true - tags: 'h3m6q87t.gra7.container-registry.ovh.net/chill_website/web:1.0.0' + tags: 'h3m6q87t.gra7.container-registry.ovh.net/chill_website/web:${{ github.ref_name }}'