Change registry url for pulling image
This commit is contained in:
@ -50,7 +50,7 @@ jobs:
|
||||
PORTAINER_URL: ${{ secrets.PORTAINER_URL }}
|
||||
PORTAINER_API_KEY: ${{ secrets.PORTAINER_API_KEY }}
|
||||
PORTAINER_ENVIRONMENT_ID: ${{ secrets.PORTAINER_ENVIRONMENT_ID }}
|
||||
IMAGE_TO_DEPLOY: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:latest
|
||||
IMAGE_TO_DEPLOY: ${{ vars.REGISTRY_URL }}${{ gitea.repository }}:latest
|
||||
CONTAINER_NAME: ${{ vars.PORTAINER_CONTAINER_NAME || 'deep-research' }} # Name of the container in Portainer
|
||||
HOST_PORT: "8005" # Host port to map to container's 3000
|
||||
CONTAINER_PORT: "3000" # Container port
|
||||
|
Reference in New Issue
Block a user