Change actions GTCR authentication
This commit is contained in:
parent
c3e68fd5b0
commit
f3a7685c42
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user