Skip to content

Commit

Permalink
change docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 committed Jul 17, 2024
1 parent 7d8902b commit aa38cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Extract deb from Docker image
run: |
container_id=$(docker create ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_BASE }}:pr-3)
container_id=$(docker create ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_BASE }})
docker cp $container_id:/usr/bin/stone-prover.deb /tmp/stone-prover.deb
docker rm $container_id
Expand Down

0 comments on commit aa38cc4

Please sign in to comment.