From 7c92aeecad80abf09e2002e8b441cd909d690855 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sun, 20 Oct 2024 10:38:53 -0400 Subject: [PATCH] $(ls ./score-*/) --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1762c05..9622d2b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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-community-provisioners:${{ github.ref_name }} ./score-compose/* - oras push ghcr.io/${{ github.repository_owner }}/score-k8s-community-provisioners:${{ github.ref_name }} ./score-k8s/* \ No newline at end of file + oras push ghcr.io/${{ github.repository_owner }}/score-compose-community-provisioners:${{ github.ref_name }} $(ls ./score-compose/) + oras push ghcr.io/${{ github.repository_owner }}/score-k8s-community-provisioners:${{ github.ref_name }} $(ls ./score-k8s/) \ No newline at end of file