From eb8fbbfd94ba976a245d5bf0e18339e9c22ab18a Mon Sep 17 00:00:00 2001 From: Jonathan Rampersad Date: Fri, 30 May 2025 14:18:38 -0400 Subject: [PATCH] Change registry url for pulling image --- .gitea/workflows/publish-registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-registry.yml b/.gitea/workflows/publish-registry.yml index ab21ee3..73dd0f8 100644 --- a/.gitea/workflows/publish-registry.yml +++ b/.gitea/workflows/publish-registry.yml @@ -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