Skip to content

Commit

Permalink
pre commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 17, 2024
1 parent 09fbec0 commit 30d3909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pdp_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
cache-to: type=gha,mode=max

0 comments on commit 30d3909

Please sign in to comment.