Skip to content

Commit 1eea91b

Browse files
fix: download image path
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
1 parent 22c425d commit 1eea91b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-e2e-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/download-artifact@v5
6666
with:
6767
name: ${{ inputs.artifact }}
68-
path: /container_images
68+
path: /tmp/container_images
6969
- name: Load images
7070
if: ${{ inputs.artifact != '' }}
7171
env:
@@ -118,7 +118,7 @@ jobs:
118118
uses: actions/download-artifact@v5
119119
with:
120120
name: ${{ inputs.artifact }}
121-
path: /container_images
121+
path: /tmp/container_images
122122
- name: Load images
123123
if: ${{ inputs.artifact != '' }}
124124
env:

0 commit comments

Comments
 (0)