fix: replace github to secrets
Some checks failed
/ docker (push) Failing after 5m27s
/ docker (pull_request) Failing after 4m41s

This commit is contained in:
2005 2024-06-03 21:25:18 +02:00
parent 51ade6b39a
commit 6adddab74b

View file

@ -22,7 +22,7 @@ jobs:
uses: https://github.com/docker/login-action@v3 uses: https://github.com/docker/login-action@v3
with: with:
registry: git.4o1x5.dev registry: git.4o1x5.dev
username: ${{ github.USER }} username: ${{ secrets.USER }}
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
- name: Build and push - name: Build and push