Skip to content

Commit fc15549

Browse files
committed
WIP: ci: Download image in safer place
Signed-off-by: Philippe Coval <[email protected]>
1 parent 6aa1188 commit fc15549

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ 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+
download_tmp_dir: ${{ runner.temp }}
3637
- name: Check and remove downloaded artifact
3738
# yamllint disable rule:line-length
3839
env:

0 commit comments

Comments
 (0)