mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-30 07:32:53 +01:00
Fix login credentials 2
This commit is contained in:
parent
79cac46c82
commit
bb6708fc01
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -80,11 +80,7 @@ jobs:
|
|||||||
${{ runner.os }}-buildx-${{ env.SAFE_ARCH }}-
|
${{ runner.os }}-buildx-${{ env.SAFE_ARCH }}-
|
||||||
|
|
||||||
- name: Login to ghcr registry
|
- name: Login to ghcr registry
|
||||||
uses: docker/login-action@v1
|
run: echo "${{ secrets.GH_ACCESS_TOKEN }}" | docker login ghcr.io -u "${{ secrets.GH_USERNAME }}" --password-stdin
|
||||||
with:
|
|
||||||
registry: ghcr.io
|
|
||||||
username: ${{ secrets.GH_USERNAME }}
|
|
||||||
password: ${{ secrets.GH_ACCESS_TOKEN }}
|
|
||||||
|
|
||||||
- name: Login to Docker Hub registry
|
- name: Login to Docker Hub registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user