Skip to content

Commit

Permalink
artifact name must match tar basename
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Crossley <[email protected]>
  • Loading branch information
jcrossley3 committed Oct 7, 2024
1 parent 4850544 commit e6cae8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ runs:

- uses: actions/upload-artifact@v4
with:
name: container
name: image
path: /tmp/image.tar
if-no-files-found: error
2 changes: 1 addition & 1 deletion .github/workflows/container-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
needs: build-container
uses: trustification/trustify-ci/.github/workflows/global-ci.yml@main
with:
artifact: container
artifact: image
run_api_tests: true
run_ui_tests: true

Expand Down

0 comments on commit e6cae8b

Please sign in to comment.