Skip to content

Commit

Permalink
fix: connect containers to docker network
Browse files Browse the repository at this point in the history
  • Loading branch information
rilesdun committed Sep 26, 2023
1 parent 032d125 commit 90e0863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ jobs:
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.tag }}
docker stop explorer-api || true
docker rm explorer-api || true
docker run -d -p 5000:5000 --name explorer-api ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.tag }}
docker run -d --network=explorer -p 5000:5000 --name explorer-api ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.tag }}
ENDSSH

0 comments on commit 90e0863

Please sign in to comment.