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

This commit is contained in:
zuk 2024-11-14 21:42:54 +01:00
parent 07c6cb5b64
commit c2e90af91e
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}}-fe
IMAGE_NAME: ${{github.repository}}/${{github.repository}}-fe
jobs:
build-and-push-image:

View file

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