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