From 5b94dfd3319918b37788cb75a6e2d69234976811 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Mon, 21 Jul 2025 19:41:39 +0200 Subject: [PATCH] fix: Update policy-container.yml --- .github/workflows/policy-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/policy-container.yml b/.github/workflows/policy-container.yml index 34bb304b..c55ac9d4 100644 --- a/.github/workflows/policy-container.yml +++ b/.github/workflows/policy-container.yml @@ -71,4 +71,4 @@ jobs: echo "${{ secrets.GITHUB_TOKEN }}" | oras login ghcr.io --username ${{ github.actor }} --password-stdin - name: Push policy - run: oras push ghcr.io/${{ github.repository }}/opa-bundle:${{ github.ref_name }},latest --manifest-config {}:application/vnd.oci.image.config.v1+json bundle.tar.gz:application/vnd.oci.image.layer.v1.tar+gzip + run: oras push ghcr.io/${{ github.repository }}/opa-bundle:${{ github.ref_name }},latest --config config.json:application/vnd.oci.image.config.v1+json bundle.tar.gz:application/vnd.oci.image.layer.v1.tar+gzip