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 7fe5e85 commit 9636e6f
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 @@ -31,8 +31,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{secrets.username}}
password: ${{secrets.password}}
username: ${{secrets.USERNAME}}
password: ${{secrets.PASSWORD}}
- name: Upload Docker image to ghcr.io
run: |
package_name=$(basename ${{ github.repository }})
Expand Down

0 comments on commit 9636e6f

Please sign in to comment.