From b7714f9d9659a374be621592fb49397a1d9598ba Mon Sep 17 00:00:00 2001 From: "Mikhail f. Shiryaev" Date: Sun, 3 Nov 2024 17:35:21 +0100 Subject: [PATCH] Use custom value for the manual launch --- .github/workflows/docker-ghcrio.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-ghcrio.yml b/.github/workflows/docker-ghcrio.yml index 908570ac5..df11178b5 100644 --- a/.github/workflows/docker-ghcrio.yml +++ b/.github/workflows/docker-ghcrio.yml @@ -27,11 +27,9 @@ jobs: flavor: | latest=auto tags: | - type=ref,event=branch - type=ref,event=pr - type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} - type=semver,pattern={{major}}.{{minor}}.{{patch}} + type=semver,pattern={{version}},value=${{inputs.ref}} + type=semver,pattern={{major}}.{{minor}},value=${{inputs.ref}} + type=semver,pattern={{major}}.{{minor}}.{{patch}},value=${{inputs.ref}} - name: Login to ghcr.io uses: docker/login-action@v3 with: