From 781ea9b8a1bad926855ce18a2e0eda16a0445d2f Mon Sep 17 00:00:00 2001 From: elimoshkovich Date: Thu, 28 Mar 2024 13:40:34 +0200 Subject: [PATCH] try5 --- .github/workflows/pdp_cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pdp_cicd.yml b/.github/workflows/pdp_cicd.yml index 0e37717f..d840e593 100644 --- a/.github/workflows/pdp_cicd.yml +++ b/.github/workflows/pdp_cicd.yml @@ -82,8 +82,8 @@ jobs: #echo "${{ github.event.release.tag_name }}" | cut -d '-' -f 1 > permit_pdp_version rm -rf custom mkdir custom - find * -name '*go*' -print0 | xargs -0 tar -czf ./custom/custom_opa.tar.gz --exclude '.*' - cp ./custom/custom_opa.tar.gz ../sidecar/custom/custom_opa.tar.gz + #find * -name '*go*' -print0 | xargs -0 tar -czf ./custom/custom_opa.tar.gz --exclude '.*' + find * -name '*go*' -print0 | xargs -0 tar -czf $GITHUB_WORKSPACE/sidecar/custom/custom_opa.tar.gz --exclude '.*' working-directory: ./permit-opa - name: Build and push PDP image - (pre-release)