Skip to content

Commit

Permalink
ci: remove invalid param
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellevissa committed Jun 13, 2024
1 parent 446a6c1 commit bd54edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
docker container rm ${{ env.APP_NAME}} || true
docker login ${{ env.REGISTRY }} -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
docker run -d --restart=unless-stopped -p --net host --name ${{ env.APP_NAME}} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
docker run -d --restart=unless-stopped --net host --name ${{ env.APP_NAME}} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

0 comments on commit bd54edc

Please sign in to comment.