@@ -359,45 +359,45 @@ jobs:
359
359
# shell: bash
360
360
# run: go test -count 1 -race test/acceptance/actions/*.go # tests that don't need a Vectorizer
361
361
362
- Push-Docker :
363
- needs : [Unit-Tests, Integration-Tests]
364
- name : push-docker
365
- timeout-minutes : 30
366
- runs-on : depot-ubuntu-latest
367
- steps :
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
375
-
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 }}"
382
- # Push-Docker-Fast:
383
- # if: ${{ !github.event.pull_request.head.repo.fork && startsWith(github.head_ref, 'build') && github.triggering_actor != 'dependabot[bot]' }} # no PRs from fork
384
- # name: push-docker-fast
385
- # timeout-minutes: 30
386
- # runs-on: depot-ubuntu-24.04-8-cores
387
- # steps:
388
- # - uses: actions/checkout@v4
389
- # - name: Login to Docker Hub
390
- # uses: docker/login-action@v3
391
- # with:
392
- # username: ${{secrets.DOCKER_USERNAME}}
393
- # password: ${{secrets.DOCKER_PASSWORD}}
394
- # - name: Push container
395
- # id: push-container
396
- # run: ./ci/push_docker.sh
397
- # env:
398
- # PR_TITLE: "${{ github.event.pull_request.title }}"
399
- # - name: Generate Report
400
- # env:
401
- # PREVIEW_TAG: "${{ steps.push-container.outputs.PREVIEW_TAG }}"
402
- # PREVIEW_SEMVER_TAG: "${{ steps.push-container.outputs.PREVIEW_SEMVER_TAG }}"
403
- # run: ./ci/generate_docker_report.sh
362
+ # Push-Docker:
363
+ # needs: [Unit-Tests, Integration-Tests]
364
+ # name: push-docker
365
+ # timeout-minutes: 30
366
+ # runs-on: depot-ubuntu-latest
367
+ # steps:
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
375
+ #
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 }}"
382
+ # Push-Docker-Fast:
383
+ # if: ${{ !github.event.pull_request.head.repo.fork && startsWith(github.head_ref, 'build') && github.triggering_actor != 'dependabot[bot]' }} # no PRs from fork
384
+ # name: push-docker-fast
385
+ # timeout-minutes: 30
386
+ # runs-on: depot-ubuntu-24.04-8-cores
387
+ # steps:
388
+ # - uses: actions/checkout@v4
389
+ # - name: Login to Docker Hub
390
+ # uses: docker/login-action@v3
391
+ # with:
392
+ # username: ${{secrets.DOCKER_USERNAME}}
393
+ # password: ${{secrets.DOCKER_PASSWORD}}
394
+ # - name: Push container
395
+ # id: push-container
396
+ # run: ./ci/push_docker.sh
397
+ # env:
398
+ # PR_TITLE: "${{ github.event.pull_request.title }}"
399
+ # - name: Generate Report
400
+ # env:
401
+ # PREVIEW_TAG: "${{ steps.push-container.outputs.PREVIEW_TAG }}"
402
+ # PREVIEW_SEMVER_TAG: "${{ steps.push-container.outputs.PREVIEW_SEMVER_TAG }}"
403
+ # run: ./ci/generate_docker_report.sh
0 commit comments