diff --git a/.github/workflows/pdp_cicd.yml b/.github/workflows/pdp_cicd.yml index 71b995dd..4bc82ae9 100644 --- a/.github/workflows/pdp_cicd.yml +++ b/.github/workflows/pdp_cicd.yml @@ -88,6 +88,7 @@ jobs: platforms: linux/amd64,linux/arm64 #tags: permitio/pdp-v2:${{ github.event.release.tag_name }} tags: permitio/pdp-v2:0.3.0-rc.1 + load: true cache-from: type=gha cache-to: type=gha,mode=max @@ -100,6 +101,7 @@ jobs: platforms: linux/amd64,linux/arm64 #tags: permitio/pdp-v2:${{ github.event.release.tag_name }},permitio/pdp-v2:latest tags: permitio/pdp-v2:0.3.0-rc.1 + load: true cache-from: type=gha cache-to: type=gha,mode=max