Change actions GTCR authentication
Some checks failed
Test Pull Requests / Notify (pull_request) Has been cancelled
Test Pull Requests / Build Image (pull_request) Has been cancelled

This commit is contained in:
MrMeeb 2024-04-16 09:10:29 +00:00
parent 60f0728208
commit b039b9bf27

View File

@ -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: