Skip to content

Commit

Permalink
Merge pull request #1 from score-spec/mathieu-benoit-patch-1
Browse files Browse the repository at this point in the history
Update release.yaml - Fix release
  • Loading branch information
mathieu-benoit authored Oct 31, 2024
2 parents 93e0f44 + 894cf42 commit ccc09fa
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
- name: oras push
run: |
cd ./score-compose/
oras push ghcr.io/${{ github.repository_owner }}/score-compose-community-provisioners:${{ github.ref_name }} 00-service.provisioners.yaml
#oras push ghcr.io/${{ github.repository_owner }}/score-compose-community-provisioners:${{ github.ref_name }} $(ls)
#- name: oras push
# run: |
# cd ./score-k8s/
# oras push ghcr.io/${{ github.repository_owner }}/score-k8s-community-provisioners:${{ github.ref_name }} $(ls)
oras push ghcr.io/${{ github.repository_owner }}/score-compose-community-provisioners:${{ github.ref_name }},latest $(ls)
- name: oras push
run: |
cd ./score-k8s/
oras push ghcr.io/${{ github.repository_owner }}/score-k8s-community-provisioners:${{ github.ref_name }},latest $(ls)

0 comments on commit ccc09fa

Please sign in to comment.