chore: remove localhost (not work in container)

This commit is contained in:
Methapon Metanipat 2024-09-12 17:43:40 +07:00
parent 3e84e40547
commit c8072d10ed
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: