Skip to content

Commit 49c4f40

Browse files
committed
use depot for image build
1 parent 1944e2e commit 49c4f40

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

Diff for: .github/workflows/benchmark.yml

+12-6
Original file line numberDiff line numberDiff line change
@@ -366,13 +366,19 @@ jobs:
366366
runs-on: depot-ubuntu-latest
367367
steps:
368368
- 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
369375

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 }}"
376382
# Push-Docker-Fast:
377383
# if: ${{ !github.event.pull_request.head.repo.fork && startsWith(github.head_ref, 'build') && github.triggering_actor != 'dependabot[bot]' }} # no PRs from fork
378384
# name: push-docker-fast

0 commit comments

Comments
 (0)