We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903d7cf commit de819f5Copy full SHA for de819f5
.github/workflows/integration.yaml
@@ -86,7 +86,7 @@ jobs:
86
- name: Install restate snapshot
87
if: ${{ inputs.restateCommit != '' }}
88
run: |
89
- output=$(docker load --input restate.tar)
+ output=$(docker load --input restate.tar | head -n 1)
90
docker tag "${output#*: }" "localhost/restatedev/restate-commit-download:latest"
91
docker image ls -a
92
0 commit comments