diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1accad9..7c929d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: push: true tags: ${{ join(matrix.versions.IMAGES, ',') }} build-args: | - "WIREMOCK_VERSION=${{ github.event.inputs.bundled-version }}" + WIREMOCK_VERSION=${{ github.event.inputs.bundled-version }} release: runs-on: ubuntu-latest