diff --git a/.gitea/workflows/build-container.yaml b/.gitea/workflows/build-container.yaml index 30eccd6..3e90080 100644 --- a/.gitea/workflows/build-container.yaml +++ b/.gitea/workflows/build-container.yaml @@ -42,7 +42,7 @@ jobs: - name: Login to Gitea Container Registry uses: docker/login-action@v3 with: - registry: ${{ env.REGISTRY }} + registry: https://${{ env.REGISTRY }} username: ${{ gitea.actor }} password: ${{ secrets.CONTAINER_TOKEN }}