We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b74bc0 commit 91296a3Copy full SHA for 91296a3
.github/workflows/integration.yaml
@@ -90,7 +90,7 @@ jobs:
90
- name: Install restate snapshot
91
if: ${{ inputs.restateCommit != '' }}
92
run: |
93
- output=$(docker load --input restate.tar)
+ output=$(docker load --input restate.tar | head -n 1)
94
docker tag "${output#*: }" "localhost/restatedev/restate-commit-download:latest"
95
docker image ls -a
96
0 commit comments