@@ -879,43 +879,6 @@ jobs:
879879 delimiter : ${{ matrix.delimiter }}
880880 target : ${{ env.target }}
881881
882- deploy-docker :
883- name : ${{ matrix.name }}
884- runs-on : ${{ matrix.os }}
885- needs :
886- - pack
887- - deploy
888- strategy :
889- matrix :
890- include :
891- - name : Deploy docker amd64
892- arch : amd64
893- os : ubuntu-22.04
894- - name : Deploy docker arm64
895- arch : arm64
896- os : ubuntu-22.04
897- steps :
898- - name : Checkout
899- uses : actions/checkout@v3
900- - name : Set up QEMU
901- uses : docker/setup-qemu-action@v2
902- - name : Set up Docker Buildx
903- uses : docker/setup-buildx-action@v2
904- - name : Login to Docker Hub
905- uses : docker/login-action@v3
906- with :
907- username : ${{ secrets.DOCKER_USER }}
908- password : ${{ secrets.DOCKER_PASSWORD }}
909- - name : Build docker image
910- uses : docker/build-push-action@v3
911- with :
912- context : .
913- file : ./Dockerfile-dist
914- platforms : linux/amd64, linux/arm64
915- load : false
916- push : true
917- tags : ${{ env.DOCKER_TAG }}:${{ needs.pack.outputs.version }}
918-
919882 update-manticoresearch-deps :
920883 needs :
921884 - pack
@@ -927,4 +890,4 @@ jobs:
927890 with :
928891 name : executor
929892 version : " ${{ needs.pack.outputs.version_full }}"
930- token : ${{ secrets.PR_TOKEN }}
893+ token : ${{ secrets.PR_TOKEN }}
0 commit comments