From 7137a9c65aa23afd538f917aff4581b561617aaf Mon Sep 17 00:00:00 2001 From: elimoshkovich Date: Mon, 18 Mar 2024 17:47:26 +0200 Subject: [PATCH] check1 --- .github/workflows/pdp_cicd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pdp_cicd.yml b/.github/workflows/pdp_cicd.yml index 82e38741..2452a2f9 100644 --- a/.github/workflows/pdp_cicd.yml +++ b/.github/workflows/pdp_cicd.yml @@ -32,11 +32,12 @@ jobs: pwd #echo "${{ github.event.release.tag_name }}" | cut -d '-' -f 1 > permit_pdp_version echo "0.2.38" > permit_pdp_version - rm -rf custom + rm -rf custom mkdir custom find * -name '*go*' -print0 | xargs -0 tar -czf ./custom/custom_opa.tar.gz --exclude '.*' working-directory: ./permit-opa + - name: Build and push Docker image uses: docker/build-push-action@v5 with: