diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3254c07..1762c05 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 }} ./score-compose/* + oras push ghcr.io/${{ github.repository_owner }}/score-k8s-community-provisioners:${{ github.ref_name }} ./score-k8s/* \ No newline at end of file