Skip to content

Commit 9f9eb91

Browse files
fix path to docker image for IT
1 parent eaaa7dd commit 9f9eb91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ jobs:
106106
if: inputs.build == 'docker'
107107
uses: actions/download-artifact@v4
108108
with:
109-
name: docker
109+
name: docker-builds
110110
path: ./release
111111

112112
- name: Load built docker image from workspace
113113
if: inputs.build == 'docker'
114114
run: |
115-
docker image load -i ./release/docker-linux-alpine.amd64.tar
115+
docker image load -i ./release/docker/docker-linux-alpine.amd64.tar
116116
117117
- name: Run tests
118118
run: |

0 commit comments

Comments
 (0)