Update backend deployment workflow to append port 5000 to container registry URL
This commit is contained in:
parent
8fe02435a3
commit
1ac97fd78b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
|
||||
REGISTRY: ${{ vars.CONTAINER_REGISTRY }}:5000
|
||||
REGISTRY_USERNAME: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
|
||||
REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue