diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 302886a..91e838d 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -45,9 +45,9 @@ jobs: - name: Log into Container Registry uses: docker/login-action@v3 with: - registry: ${{ env.REGISTRY}} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + registry: ${{ env.REGISTRY }} + username: ${{ env.DEPLOY_USER }} + password: ${{ secrets.DEPLOY_TOKEN }} - name: Build and push collector container uses: docker/build-push-action@v6 with: