From 09acb1ef484d8d99bdc327f93ac9fc431c05e4e8 Mon Sep 17 00:00:00 2001 From: elimoshkovich Date: Mon, 18 Mar 2024 17:42:48 +0200 Subject: [PATCH] asdasd --- .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 4e6bd310..82e38741 100644 --- a/.github/workflows/pdp_cicd.yml +++ b/.github/workflows/pdp_cicd.yml @@ -28,7 +28,6 @@ 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 @@ -36,6 +35,7 @@ jobs: 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