fix: registry name
Some checks failed
Create and publish Worker container image / build-and-push-image (push) Failing after 1m28s
Create and publish Frontend container image / build-and-push-image (push) Failing after 1m32s

This commit is contained in:
zuk 2024-11-14 22:02:51 +01:00
parent 2628a44ebe
commit a5b6359490
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ on:
types: [published]
workflow_dispatch:
env:
REGISTRY: ${{github.SERVER_URL}}
REGISTRY: git.lattuga.net
IMAGE_NAME: ${{github.repository}}/wg-manager-fe
jobs:

View file

@ -7,7 +7,7 @@ on:
types: [published]
workflow_dispatch:
env:
REGISTRY: ${{github.SERVER_URL}}
REGISTRY: git.lattuga.net
IMAGE_NAME: ${{github.repository}}/wg-manager-worker
jobs: