Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Update publish-docker-image.yml
Browse files Browse the repository at this point in the history
- FIx username and password
  • Loading branch information
AbdulrhmnGhanem authored Dec 30, 2020
1 parent 9c2a528 commit c5117ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Push to GitHub Packages
uses: docker/build-push-action@v2
Expand Down

0 comments on commit c5117ca

Please sign in to comment.