From 894cf4214f0ceb1a7190a36994293a476c3d1fa9 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Wed, 30 Oct 2024 21:09:19 -0400 Subject: [PATCH] Update release.yaml - Fix release Signed-off-by: Mathieu Benoit --- .github/workflows/release.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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)