diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 543819af..cc57e5f9 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -71,8 +71,8 @@ jobs: with: images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}" tags: | - type=semver,pattern={{github.event.inputs.version}} - type=semver,pattern={{github.event.inputs.major}}.{{github.event.inputs.minor}} + type=semver,pattern=${{github.event.inputs.version}} + type=semver,pattern=${{github.event.inputs.major}}.${{github.event.inputs.minor}} # This step uses the `docker/build-push-action` action to build the # image, based on your repository's `Dockerfile`. If the build succeeds,