Skip to content

Commit

Permalink
fix: Minor fix to docker bake github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <[email protected]>
  • Loading branch information
creatorrr committed Sep 28, 2024
1 parent 876b48e commit f4c66ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-bake-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
env:
TAG: pr-${{ github.ref_name }}
TAG: pr-run-${{ github.run_number }}-${{ github.run_attempt }}
GIT_SHA: ${{ github.sha }}

concurrency:
Expand Down

0 comments on commit f4c66ed

Please sign in to comment.