Change actions GTCR authentication

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

View File

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