Skip to content

Commit

Permalink
check1
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 18, 2024
1 parent 09acb1e commit 7137a9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pdp_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7137a9c

Please sign in to comment.