Skip to content

Commit

Permalink
score-*-community-provisioners
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Oct 20, 2024
1 parent b4b2ff6 commit 0c6fa9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
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/
oras push ghcr.io/${{ github.repository_owner }}/score-k8s:${{ github.ref_name }} ./score-k8s/
oras push ghcr.io/${{ github.repository_owner }}/score-compose-community-provisioners:${{ github.ref_name }} ./score-compose/
oras push ghcr.io/${{ github.repository_owner }}/score-k8s-community-provisioners:${{ github.ref_name }} ./score-k8s/

0 comments on commit 0c6fa9f

Please sign in to comment.