change registry
All checks were successful
Build an image to deploy website / build (push) Successful in 1m32s

This commit is contained in:
Julien Fastré 2024-01-24 14:21:06 +01:00
parent 8e903c8106
commit 438ea43945
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -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 }}'