Skip to content

Commit

Permalink
updating yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shubh committed Jun 16, 2024
1 parent 9153475 commit 5e56b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deloyment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
pwd
# docker discover || true && docker image rm ghcr.io/myriadflow/discover:main
echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u ${{ secrets.GHCR_USERNAME }} --password-stdin
docker stop ghcr.io/myriadflow/discover:main && docker rm ghcr.io/myriadflow/discover:main && docker rmi ghcr.io/myriadflow/discover:main
docker stop discover && docker rm discover && docker rmi ghcr.io/myriadflow/discover:main
docker pull ghcr.io/myriadflow/discover:main
docker run --name="discover" --rm -p 3000:6060 --net=bridge -d ghcr.io/myriadflow/discover:main

0 comments on commit 5e56b05

Please sign in to comment.