diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1abab27..b3afd33 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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)