chore: remove localhots (not working when in container)

This commit is contained in:
Methapon Metanipat 2024-09-12 17:43:24 +07:00
parent a1515276c7
commit a93c21cee4
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ on:
workflow_dispatch:
env:
REGISTRY: ${{ vars.DOCKER_REGISTRY || 'localhost:5000' }}
REGISTRY: ${{ vars.DOCKER_REGISTRY }}
jobs:
local-build-dev:

View file

@ -7,7 +7,7 @@ on:
workflow_dispatch:
env:
REGISTRY: ${{ vars.DOCKER_REGISTRY || 'localhost:5000' }}
REGISTRY: ${{ vars.DOCKER_REGISTRY }}
jobs:
local-build-release: