File tree Expand file tree Collapse file tree
.github/actions/docker-opensips-publish Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 test -n "${{ inputs.version }}" && echo "OPENSIPS_VERSION=${{ inputs.version }}" >> $GITHUB_ENV || true
3939 test -n "${{ inputs.tag }}" && echo "OPENSIPS_DOCKER_TAG=${{ inputs.tag }}" >> $GITHUB_ENV || true
4040 test -n "${{ inputs.cli }}" && echo "OPENSIPS_CLI=${{ inputs.cli }}" >> $GITHUB_ENV || true
41- test -n "${{ inputs.modules }}" && echo "OPENSIPS_EXTRA_MODULES=\" ${{ inputs.modules }}\" " >> $GITHUB_ENV || true
41+ test -n "${{ inputs.modules }}" && echo "OPENSIPS_EXTRA_MODULES=' ${{ inputs.modules }}' " >> $GITHUB_ENV || true
4242 test -n "${{ inputs.build }}" && echo "OPENSIPS_BUILD=\"${{ inputs.build }}\"" >> $GITHUB_ENV || true
4343
4444 - name : Build the Docker image
Original file line number Diff line number Diff line change 1919 --build-arg=OPENSIPS_VERSION_MINOR=$(OPENSIPS_VERSION_MINOR ) \
2020 --build-arg=OPENSIPS_VERSION_REVISION=$(OPENSIPS_VERSION_REVISION ) \
2121 --build-arg=OPENSIPS_CLI=${OPENSIPS_CLI} \
22- --build-arg=OPENSIPS_EXTRA_MODULES=$(OPENSIPS_EXTRA_MODULES ) \
22+ --build-arg=OPENSIPS_EXTRA_MODULES=" $( OPENSIPS_EXTRA_MODULES) " \
2323 $(DOCKER_ARGS ) \
2424 --tag=" opensips/opensips:$( OPENSIPS_DOCKER_TAG) " \
2525 .
You can’t perform that action at this time.
0 commit comments