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