Skip to content

Commit 6dfd644

Browse files
committed
WIP: mod: .github/workflows/test.yml (phcoval/review/main)
Signed-off-by: Philippe Coval <[email protected]>
1 parent 3727e2b commit 6dfd644

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,18 @@ jobs:
2727
- name: Download image
2828
id: image
2929
# yamllint disable-line rule:line-length
30-
uses: ishworkh/container-image-artifact-download@ccb3671db007622e886a2d7037eb62b119d5ffaf # v2.0.0
30+
uses: rzr/container-image-artifact-download@main # v2.0.0
3131
with:
3232
image: "${{ env.project-name }}:latest"
3333
workflow: "build"
3434
token: ${{ secrets.GH_SL_ACCESS_TOKEN }}
3535
workflow_run_id: ${{ github.event.workflow_run.id }}
36+
tmp_download_directory: ${{ runner.temp }}
3637
- name: Check and remove downloaded artifact
3738
# yamllint disable rule:line-length
3839
run: |
3940
set -xe
40-
file="/tmp/action_image_artifact_${{ github.event.repository.name }}_latest/${{ github.event.repository.name }}_latest"
41+
file="${{ steps.image.outputs.download_path}}"
4142
echo "Info for comparing to build artifacts"
4243
sha256sum "${file}"
4344
tar -xOf "${file}" manifest.json | jq

0 commit comments

Comments
 (0)