fix: use localhost:5000 for registry (host network)
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: registry.home:5000/admin/hello-world:${{ github.sha }},registry.home:5000/admin/hello-world:latest
|
||||
tags: localhost:5000/admin/hello-world:${{ github.sha }},localhost:5000/admin/hello-world:latest
|
||||
|
||||
deploy:
|
||||
needs: build-push
|
||||
|
||||
Reference in New Issue
Block a user