Skip to content

Commit

Permalink
github registry login fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
AleX committed Nov 17, 2024
1 parent 9636e6f commit 702131f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Build Dockerfile
run: |
sudo docker build -t sd_telegram .
- name: "Login to GitHub Container Registry"
uses: docker/login-action@v1
- name: "Login to Docker Hub"
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{secrets.USERNAME}}
Expand Down

0 comments on commit 702131f

Please sign in to comment.