Skip to content

Commit

Permalink
[nc] iterating on artifact downloads
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Oct 22, 2024
1 parent 29cda8a commit 29f4e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29f4e61

Please sign in to comment.