From 6efe64bdd732deb7eedb2f9ab5ec85fde3e445ea Mon Sep 17 00:00:00 2001 From: elimoshkovich Date: Thu, 28 Mar 2024 13:35:41 +0200 Subject: [PATCH] try4 --- .github/workflows/pdp_cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pdp_cicd.yml b/.github/workflows/pdp_cicd.yml index 46bdb18c..0e37717f 100644 --- a/.github/workflows/pdp_cicd.yml +++ b/.github/workflows/pdp_cicd.yml @@ -83,7 +83,7 @@ jobs: 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 $GITHUB_WORKSPACE/sidecar/custom/custom_opa.tar.gz + cp ./custom/custom_opa.tar.gz ../sidecar/custom/custom_opa.tar.gz working-directory: ./permit-opa - name: Build and push PDP image - (pre-release)