File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -366,13 +366,19 @@ jobs:
366
366
runs-on : depot-ubuntu-latest
367
367
steps :
368
368
- uses : actions/checkout@v4
369
+ - name : Build image
370
+ uses : depot/build-push-action@v2
371
+ with :
372
+ project : d17mhp29n6
373
+ target : weaviate
374
+ platform : linux/amd64,linux/arm64
369
375
370
- - name : Push container
371
- id : push-container
372
- run : depot configure-docker && ./ci/push_docker.sh
373
- env :
374
- DEPOT_PROJECT_ID : d17mhp29n6
375
- PR_TITLE : " ${{ github.event.pull_request.title }}"
376
+ # - name: Push container
377
+ # id: push-container
378
+ # run: depot configure-docker && ./ci/push_docker.sh
379
+ # env:
380
+ # DEPOT_PROJECT_ID: d17mhp29n6
381
+ # PR_TITLE: "${{ github.event.pull_request.title }}"
376
382
# Push-Docker-Fast:
377
383
# if: ${{ !github.event.pull_request.head.repo.fork && startsWith(github.head_ref, 'build') && github.triggering_actor != 'dependabot[bot]' }} # no PRs from fork
378
384
# name: push-docker-fast
You can’t perform that action at this time.
0 commit comments