Skip to content

Commit

Permalink
asdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 18, 2024
1 parent 51543f7 commit 09acb1e
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 @@ -28,14 +28,14 @@ jobs:
token: ${{ secrets.READ_ONLY_GITHUB_TOKEN }}

- name: Run pre build
working-directory: ./permit-opa
run: |
pwd
#echo "${{ github.event.release.tag_name }}" | cut -d '-' -f 1 > permit_pdp_version
echo "0.2.38" > permit_pdp_version
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
Expand Down

0 comments on commit 09acb1e

Please sign in to comment.