From f00ba216773176e8e4b27e5f4b8802f81de6f956 Mon Sep 17 00:00:00 2001 From: binhex Date: Tue, 19 Sep 2023 10:41:48 +0100 Subject: [PATCH] sync workflow change --- .github/workflows/workflow-docker-manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-docker-manual.yml b/.github/workflows/workflow-docker-manual.yml index 8705ebc..2abcd40 100644 --- a/.github/workflows/workflow-docker-manual.yml +++ b/.github/workflows/workflow-docker-manual.yml @@ -91,4 +91,4 @@ jobs: push: true tags: ${{ github.repository }}:${{ github.event.inputs.tags }}, quay.io/${{ github.repository }}:${{ github.event.inputs.tags }}, ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }}, registry.gitlab.com/${{ github.repository }}:${{ github.event.inputs.tags }} build-args: | - release_tag_name=${{ steps.identify_github_release_tag_name.outputs.tag }} + release_tag_name=${{ github.event.inputs.tags }}