From 30d39097f7cc904735f200cf3802876f206fd2b7 Mon Sep 17 00:00:00 2001 From: elimoshkovich Date: Sun, 17 Mar 2024 20:55:18 +0200 Subject: [PATCH] pre commit fix --- .github/workflows/pdp_cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pdp_cicd.yml b/.github/workflows/pdp_cicd.yml index 423a3072..0ff090c2 100644 --- a/.github/workflows/pdp_cicd.yml +++ b/.github/workflows/pdp_cicd.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - + - name: Login to Docker Hub uses: docker/login-action@v3 with: @@ -30,4 +30,4 @@ jobs: #tags: permitio/pdp:${{ github.event.release.tag_name }} tags: permitio/pdp:check1 cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + cache-to: type=gha,mode=max