Update docker-image.yaml

This commit is contained in:
Eric Dubé
2024-05-24 16:53:13 -04:00
committed by GitHub
parent 4d91ef14f4
commit f20870544d

View File

@@ -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,