Skip to content

Commit

Permalink
Update image-push-main-on-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshkp authored Feb 7, 2025
1 parent be421e3 commit 149100d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/image-push-main-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}


- name: Debug GitHub Token Permissions
run: |
curl -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/user
- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit 149100d

Please sign in to comment.