diff --git a/.github/workflows/pdp_cicd.yml b/.github/workflows/pdp_cicd.yml index 01323d11..7440eff3 100644 --- a/.github/workflows/pdp_cicd.yml +++ b/.github/workflows/pdp_cicd.yml @@ -34,7 +34,8 @@ jobs: push: false context: . platforms: linux/amd64,linux/arm64 - tags: permitio/pdp-v2-vanilla:${{ github.event.release.tag_name }}, permitio/pdp-v2-vanilla:latest + #tags: permitio/pdp-v2-vanilla:${{ github.event.release.tag_name }}, permitio/pdp-v2-vanilla:latest + tags: permitio/pdp-v2-vanilla:latest cache-from: type=gha cache-to: type=gha,mode=max @@ -101,7 +102,8 @@ jobs: push: false context: . platforms: linux/amd64,linux/arm64 - tags: permitio/pdp-v2:${{ github.event.release.tag_name }},permitio/pdp-v2:latest + #tags: permitio/pdp-v2:${{ github.event.release.tag_name }},permitio/pdp-v2:latest + tags: permitio/pdp-v2:latest cache-from: type=gha cache-to: type=gha,mode=max