chore: remove localhots (not working when in container)
This commit is contained in:
parent
a1515276c7
commit
a93c21cee4
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:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{ vars.DOCKER_REGISTRY || 'localhost:5000' }}
|
REGISTRY: ${{ vars.DOCKER_REGISTRY }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
local-build-dev:
|
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:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{ vars.DOCKER_REGISTRY || 'localhost:5000' }}
|
REGISTRY: ${{ vars.DOCKER_REGISTRY }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
local-build-release:
|
local-build-release:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue