Skip to content

Commit

Permalink
Use tags as cachebust
Browse files Browse the repository at this point in the history
  • Loading branch information
RoblKyogre authored Mar 30, 2024
1 parent f806530 commit a93daa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
CACHEBUST={{date 'YYYYMMDD-HHmmss' tz='UTC'}}
CACHEBUST=${{ steps.meta.outputs.tags }}
secrets: |
"JITPACK_TOKEN=${{ secrets.JITPACK_TOKEN }}"
Expand Down

0 comments on commit a93daa3

Please sign in to comment.