Skip to content

Commit

Permalink
update docker login vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiht committed Mar 15, 2024
1 parent c1a3374 commit 5a321cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 5a321cc

Please sign in to comment.