File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4747 pypi :
4848 needs : test
4949 if : startsWith(github.ref, 'refs/tags')
50- runs-on : ubuntu-latest-m
50+ runs-on : ubuntu-latest
5151 steps :
5252
5353 - name : Checkout repository
@@ -146,7 +146,7 @@ jobs:
146146 type=semver,pattern={{major}}.{{minor}}.{{patch}}
147147
148148 - name : Build and publish steinbock-gpu container
149- uses : docker/build-push-action@v3
149+ uses : docker/build-push-action@v6
150150 with :
151151 context : .
152152 push : true
@@ -174,11 +174,12 @@ jobs:
174174 type=semver,pattern={{major}}.{{minor}}.{{patch}}
175175
176176 - name : Build and publish steinbock-cellpose container
177- uses : docker/build-push-action@v3
177+ uses : docker/build-push-action@v6
178178 with :
179179 context : .
180180 push : true
181181 target : steinbock-cellpose
182+ platforms : linux/amd64,linux/arm64
182183 build-args : |
183184 STEINBOCK_TARGET=steinbock-cellpose
184185 STEINBOCK_VERSION=${{ steps.steinbock_meta.outputs.version }}
You can’t perform that action at this time.
0 commit comments