change registry
All checks were successful
Build an image to deploy website / build (push) Successful in 1m32s
All checks were successful
Build an image to deploy website / build (push) Successful in 1m32s
This commit is contained in:
parent
8e903c8106
commit
438ea43945
@ -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 }}'
|
||||
|
Loading…
Reference in New Issue
Block a user