Skip to content

Commit

Permalink
Use only the first docker image name from load
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Dec 11, 2024
1 parent 3573343 commit c266c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Install restate snapshot
if: ${{ inputs.restateCommit != '' }}
run: |
output=$(docker load --input restate.tar)
output=$(docker load --input restate.tar | head -n 1)
docker tag "${output#*: }" "localhost/restatedev/restate-commit-download:latest"
docker image ls -a
Expand Down

0 comments on commit c266c69

Please sign in to comment.