Skip to content

Commit

Permalink
try4
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 28, 2024
1 parent ae04e5c commit 6efe64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pdp_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6efe64b

Please sign in to comment.