Skip to content

Commit

Permalink
Deploy release (#5)
Browse files Browse the repository at this point in the history
Fix ports
  • Loading branch information
dice4x4 authored Jun 21, 2022
1 parent a20e043 commit 790c0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u dice4x4 --password-stdin
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
docker rm -f ${{ env.NAME }}
docker run -dp 8081:8080 --name ${{ env.NAME }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
docker run -dp 8082:8080 --name ${{ env.NAME }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
docker logout

0 comments on commit 790c0ba

Please sign in to comment.