chore: remove localhost (not work in container)
This commit is contained in:
parent
3e84e40547
commit
c8072d10ed
2 changed files with 2 additions and 2 deletions
2
.github/workflows/local-build-dev.yaml
vendored
2
.github/workflows/local-build-dev.yaml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
REGISTRY: ${{ vars.DOCKER_REGISTRY || 'localhost:5000' }}
|
||||
REGISTRY: ${{ vars.DOCKER_REGISTRY }}
|
||||
|
||||
jobs:
|
||||
local-build-dev:
|
||||
|
|
|
|||
2
.github/workflows/local-build-release.yaml
vendored
2
.github/workflows/local-build-release.yaml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
REGISTRY: ${{ vars.DOCKER_REGISTRY || 'localhost:5000' }}
|
||||
REGISTRY: ${{ vars.DOCKER_REGISTRY }}
|
||||
|
||||
jobs:
|
||||
local-build-release:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue