Skip to content

Commit

Permalink
Merge pull request #5 from EzioDEVio/develop
Browse files Browse the repository at this point in the history
fixed  GHCR yml workflow
  • Loading branch information
theslash84 authored Apr 25, 2024
2 parents b2212e1 + 40a50a4 commit 0981b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GHCR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Set lowercase repository owner and set image tag
id: set_output
Expand Down

0 comments on commit 0981b1c

Please sign in to comment.