Skip to content

Commit

Permalink
Update dockerpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroPomponio authored Sep 16, 2023
1 parent 7a55a1f commit af19796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Login to GitHub registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
run: echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin

- name: Build image
run: docker build . --tag ghcr.io/shitpostingio/tdlib:$GITHUB_REF_NAME
Expand Down

0 comments on commit af19796

Please sign in to comment.