Skip to content

Commit

Permalink
fix: gcr workflow is updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Oct 3, 2024
1 parent ab54ed2 commit 1ea583c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }} # Use GitHub Actions context
token: ${{ secrets.GITHUB_TOKEN }} # Automatically provided by GitHub
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}


- name: Build the Docker image
run: |
Expand Down

0 comments on commit 1ea583c

Please sign in to comment.