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 1658280 commit 29cda8a
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/publish-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,6 @@ on:
type: string
default: "sbom.spdx"

security-scan-nofail:
description: >
security scan revealing issues will not cause pipeline to fail,
instead the scan output will be uploaded as a pipeline artifact
required: false
type: string
default: "false"

release-notes:
description: generate release notes
required: false
Expand Down Expand Up @@ -207,10 +199,9 @@ 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:
name: ${{ inputs.image }}_${{ inputs.pull-tag }}_docker_build.log
path: ${{ inputs.image }}_${{ inputs.pull-tag }}_docker_build.log

- name: test
shell: bash
Expand Down

0 comments on commit 29cda8a

Please sign in to comment.