Change registry url for pulling image
Some checks failed
Docker Build, Push, and Deploy to Portainer / Build and Push Docker Image (push) Successful in 1m35s
Docker Build, Push, and Deploy to Portainer / Deploy Application to Portainer (push) Failing after 3s

This commit is contained in:
2025-05-30 14:18:38 -04:00
parent 2b4b83c87d
commit eb8fbbfd94

View File

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