fix: image name
This commit is contained in:
parent
c2e90af91e
commit
2628a44ebe
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue