Update docker-image.yml

This commit is contained in:
Renaud
2024-07-24 16:16:27 +02:00
committed by GitHub
parent 86ad33a8ed
commit f1a3b4e247

View File

@ -55,7 +55,7 @@ jobs:
file: Dockerfile
platforms: ${{ matrix.platforms }}
build-args: |
NUM_JOBS=2
NUM_JOBS=4
MONGO_VERSION=${{ matrix.mongo_version }}
push: true
tags: ${{ secrets.DOCKER_HUB_USER }}/mongo-wo-avx:${{ matrix.mongo_version }}