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