refactor name for release tag arg

multi_adapter
binhex 8 months ago
parent f438476d0f
commit 412ed375da

@ -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=${{ github.event.inputs.tags }}
RELEASETAG=${{ github.event.inputs.tags }}

@ -104,4 +104,4 @@ jobs:
push: true
tags: ${{ github.repository }}:latest, ${{ github.repository }}:${{ steps.identify_github_release_tag_name.outputs.tag }}, quay.io/${{ github.repository }}:latest, quay.io/${{ github.repository }}:${{ steps.identify_github_release_tag_name.outputs.tag }}, ghcr.io/${{ github.repository }}:latest, ghcr.io/${{ github.repository }}:${{ steps.identify_github_release_tag_name.outputs.tag }}, registry.gitlab.com/${{ github.repository }}:latest, registry.gitlab.com/${{ github.repository }}:${{ steps.identify_github_release_tag_name.outputs.tag }}
build-args: |
release_tag_name=${{ steps.identify_github_release_tag_name.outputs.tag }}
RELEASETAG=${{ steps.identify_github_release_tag_name.outputs.tag }}

Loading…
Cancel
Save