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

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

View file

@ -8,7 +8,7 @@ on:
workflow_dispatch:
env:
REGISTRY: ${{github.SERVER_URL}}
IMAGE_NAME: ${{github.repository}}/${{github.repository}}-fe
IMAGE_NAME: ${{github.repository}}/wg-manager-fe
jobs:
build-and-push-image:

View file

@ -8,7 +8,7 @@ on:
workflow_dispatch:
env:
REGISTRY: ${{github.SERVER_URL}}
IMAGE_NAME: ${{github.repository}}/${{github.repository}}-worker
IMAGE_NAME: ${{github.repository}}/wg-manager-worker
jobs:
build-and-push-image: