From 29f4e61d7a2b7c90e826193e55e0a8857821c6b9 Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Mon, 21 Oct 2024 21:05:16 -0500 Subject: [PATCH] [nc] iterating on artifact downloads Signed-off-by: Nic Cheneweth --- .github/workflows/publish-container.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-container.yaml b/.github/workflows/publish-container.yaml index fd7206b..de1bf42 100644 --- a/.github/workflows/publish-container.yaml +++ b/.github/workflows/publish-container.yaml @@ -200,8 +200,8 @@ jobs: - uses: actions/download-artifact@v4 with: - name: ${{ inputs.image }}_${{ inputs.pull-tag }}_docker_build.log - path: ${{ inputs.image }}_${{ inputs.pull-tag }}_docker_build.log + name: ${{ inputs.image }}_${{ inputs.tag-annotation }}${{ inputs.pull-tag }}_docker_build.log + path: ${{ inputs.image }}_${{ inputs.tag-annotation }}${{ inputs.pull-tag }}_docker_build.log - name: test shell: bash