Skip to content

Commit

Permalink
CI: Enable Docker caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Nov 1, 2023
1 parent 041337c commit 805e3de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ jobs:
BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
REVISION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 805e3de

Please sign in to comment.