From f20870544d9c1903eb2676eb828e1e026a68d52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Dub=C3=A9?= Date: Fri, 24 May 2024 16:53:13 -0400 Subject: [PATCH] Update docker-image.yaml --- .github/workflows/docker-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,