Skip to content

Commit

Permalink
${{ github.actor }}
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Oct 20, 2024
1 parent 8a4a027 commit b4b2ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: oras-project/setup-oras@v1
- name: oras login
run: |
echo ${{ secrets.GITHUB_TOKEN }} | oras login ghcr.io -u $ --password-stdin
echo ${{ secrets.GITHUB_TOKEN }} | oras login ghcr.io -u ${{ github.actor }} --password-stdin
- name: oras push
run: |
oras push ghcr.io/${{ github.repository_owner }}/score-compose:${{ github.ref_name }} ./score-compose/
Expand Down

0 comments on commit b4b2ff6

Please sign in to comment.