fix: image name
This commit is contained in:
parent
07c6cb5b64
commit
c2e90af91e
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{github.SERVER_URL}}
|
REGISTRY: ${{github.SERVER_URL}}
|
||||||
IMAGE_NAME: ${{github.repository}}-fe
|
IMAGE_NAME: ${{github.repository}}/${{github.repository}}-fe
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
|
|
|
@ -8,7 +8,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{github.SERVER_URL}}
|
REGISTRY: ${{github.SERVER_URL}}
|
||||||
IMAGE_NAME: ${{github.repository}}-worker
|
IMAGE_NAME: ${{github.repository}}/${{github.repository}}-worker
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
|
|
Loading…
Reference in a new issue