Change actions GTCR authentication

This commit is contained in:
MrMeeb 2024-04-16 09:10:29 +00:00
parent c3e68fd5b0
commit f3a7685c42

@ -19,8 +19,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.mrmeeb.stream registry: git.mrmeeb.stream
username: ${{ secrets.GT_USERNAME }} username: ${{ env.GITHUB_ACTOR }}
password: ${{ secrets.GT_TOKEN }} password: ${{ secrets.GTCR_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: