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