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 e1f7c7d commit ab54ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}
username: ${{ github.actor }} # Use GitHub Actions context
token: ${{ secrets.GITHUB_TOKEN }} # Automatically provided by GitHub

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

0 comments on commit ab54ed2

Please sign in to comment.