Skip to content

Commit

Permalink
[nc] test download all artifacts
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 c00391f commit 1658280
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/publish-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,14 @@ jobs:
oras-version: ${{ inputs.oras-version }}

- uses: actions/download-artifact@v4
with:
name: ${{ inputs.image }}_${{ inputs.pull-tag }}_docker_build.log
path: ${{ inputs.image }}_${{ inputs.pull-tag }}_docker_build.log
# pattern: "*.log"
# with:

Check warning on line 210 in .github/workflows/publish-container.yaml

View workflow job for this annotation

GitHub Actions / static code analysis / gha-tools-action static code analysis workflow

210:9 [comments-indentation] comment not indented like content
# name: ${{ inputs.image }}_${{ inputs.pull-tag }}_docker_build.log
# path: ${{ inputs.image }}_${{ inputs.pull-tag }}_docker_build.log
# # pattern: "*.log"

- name: test
shell: bash
run: ls -la

- name: run custom before-publish action
if: ${{ inputs.before-publish != 'false' }}
Expand Down

0 comments on commit 1658280

Please sign in to comment.