From 6be7af783c07eebb0c6f1c777af3dadf7b7b6a17 Mon Sep 17 00:00:00 2001 From: elimoshkovich Date: Tue, 19 Mar 2024 18:47:43 +0200 Subject: [PATCH] check1 --- .github/workflows/pdp_cicd.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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