Update vars
Some checks failed
Run tests / test (1.25) (push) Successful in 5s
Run tests / test (stable) (push) Successful in 5s
Run tests / build (push) Failing after 26s

This commit is contained in:
2026-02-23 09:06:25 +01:00
parent 6f3bbe92b5
commit f50f3d1d69

View File

@@ -46,8 +46,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ env.DEPLOY_USER }}
password: ${{ secrets.DEPLOY_TOKEN }}
- name: Build and push collector container
uses: docker/build-push-action@v6
with: