diff --git a/.github/workflows/push-ci.yaml b/.github/workflows/push-ci.yaml index 1244fea98..35093ec0c 100644 --- a/.github/workflows/push-ci.yaml +++ b/.github/workflows/push-ci.yaml @@ -121,10 +121,8 @@ jobs: # tags: ${{ env.IMAGE_VERSION }} ${{ github.ref == 'refs/heads/main' && 'latest' || '' }} tags: ${{ env.IMAGE_VERSION }} extra-args: | - --ulimit - nofile=4096:4096 - --ignorefile - .dockerignore.builder + --ulimit=nofile=4096:4096 + --ignorefile=.dockerignore.builder containerfile: ./src/main/docker/Dockerfile.builder - name: Push to quay.io id: push-to-quay