Skip to content

Commit

Permalink
Cache Docker CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Heinrich Reimer <[email protected]>
  • Loading branch information
janheinrichmerker authored Mar 5, 2024
1 parent 85b84bd commit cf8300e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ jobs:
with:
context: .
push: false
cache-from: type=gha
cache-to: type=gha,mode=max
python-publish:
name: 🚀 Publish Python wheels
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down Expand Up @@ -205,6 +207,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
github-release:
name: 🚀 Create GitHub release
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit cf8300e

Please sign in to comment.