Skip to content

Commit

Permalink
force docker pull on each redeploy (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj authored Dec 19, 2024
1 parent 05b9147 commit b2028a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/manual-deploy-obscuro-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ jobs:
docker stop "${{ env.VM_NAME }}" || true
docker rm "${{ env.VM_NAME }}" || true
docker pull ${{ env.DOCKER_BUILD_TAG_GATEWAY }}
# Start Ten Gateway Container
docker run -d -p 80:80 -p 81:81 -p 443:443 --name "${{ env.VM_NAME }}" \
--device /dev/sgx_enclave --device /dev/sgx_provision \
Expand Down

0 comments on commit b2028a6

Please sign in to comment.