Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
f4bab22
1
Parent(s):
a7f014a
Turn off docker cache
Browse files
.github/workflows/docker_deploy.yml
CHANGED
@@ -60,8 +60,6 @@ jobs:
|
|
60 |
push: ${{ github.event_name != 'pull_request' }}
|
61 |
tags: ${{ steps.meta.outputs.tags }}
|
62 |
labels: ${{ steps.meta.outputs.labels }}
|
63 |
-
cache-from: type=registry,ref=mcranmer/pysr:buildcache
|
64 |
-
cache-to: type=registry,ref=mcranmer/pysr:buildcache,mode=max
|
65 |
build-args: |
|
66 |
PYVERSION=${{ matrix.python-version }}
|
67 |
JLVERSION=${{ matrix.julia-version }}
|
|
|
60 |
push: ${{ github.event_name != 'pull_request' }}
|
61 |
tags: ${{ steps.meta.outputs.tags }}
|
62 |
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
|
63 |
build-args: |
|
64 |
PYVERSION=${{ matrix.python-version }}
|
65 |
JLVERSION=${{ matrix.julia-version }}
|