Spaces:
Sleeping
Sleeping
Commit
·
704d0c6
1
Parent(s):
dc5faa1
Include caching in docker deploy
Browse files
.github/workflows/docker_deploy.yml
CHANGED
|
@@ -53,4 +53,6 @@ jobs:
|
|
| 53 |
platforms: linux/amd64,linux/arm64
|
| 54 |
push: ${{ github.event_name != 'pull_request' }}
|
| 55 |
tags: ${{ steps.meta.outputs.tags }}
|
| 56 |
-
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
|
|
|
|
|
| 53 |
platforms: linux/amd64,linux/arm64
|
| 54 |
push: ${{ github.event_name != 'pull_request' }}
|
| 55 |
tags: ${{ steps.meta.outputs.tags }}
|
| 56 |
+
labels: ${{ steps.meta.outputs.labels }}
|
| 57 |
+
cache-from: type=registry,ref=mcranmer/pysr:buildcache
|
| 58 |
+
cache-to: type=registry,ref=mcranmer/pysr:buildcache,mode=max
|