File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,15 @@ jobs:
35
35
workflow_run_id : ${{ github.event.workflow_run.id }}
36
36
- name : Check and remove downloaded artifact
37
37
# yamllint disable rule:line-length
38
+ env :
39
+ file : ${{ steps.image.outputs.download_path }}
38
40
run : |
39
41
set -xe
40
- file="/tmp/action_image_artifact_${{ github.event.repository.name }}_latest/${{ github.event.repository.name }}_latest"
41
42
echo "Info for comparing to build artifacts"
42
- sha256sum "${file}"
43
- tar -xOf "${file}" manifest.json | jq
43
+ sha256sum "${{env. file} }"
44
+ tar -xOf "${{env. file} }" manifest.json | jq
44
45
echo "TODO: https://github.com/ishworkh/container-image-artifact-download/issues/7#issuecomment-2904751460"
45
- rm -rfv "${file}"
46
+ rm -rfv "${{env. file} }"
46
47
echo "TODO: https://docs.docker.com/engine/security/trust/"
47
48
# yamllint enable rule:line-length
48
49
# yamllint disable-line rule:line-length
You can’t perform that action at this time.
0 commit comments