mirror of
https://github.com/rehlds/testdemos.git
synced 2024-12-26 06:35:51 +03:00
Docker login: use PAT instead login
This commit is contained in:
parent
321b2196c9
commit
a30bb340ec
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
uses: docker/login-action@v3.3.0
|
||||
with:
|
||||
username: ${{ vars.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
password: ${{ secrets.DOCKER_PERSONAL_ACCESS_TOKEN }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6.7.0
|
||||
|
Loading…
Reference in New Issue
Block a user