Skip to content

Commit de819f5

Browse files
committed
Use only the first docker image name from load
1 parent 903d7cf commit de819f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install restate snapshot
8787
if: ${{ inputs.restateCommit != '' }}
8888
run: |
89-
output=$(docker load --input restate.tar)
89+
output=$(docker load --input restate.tar | head -n 1)
9090
docker tag "${output#*: }" "localhost/restatedev/restate-commit-download:latest"
9191
docker image ls -a
9292

0 commit comments

Comments
 (0)