Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
CI restart fix (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri authored Dec 11, 2022
1 parent aaa40ab commit 6b0377d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
docker stop ${{ env.CONTAITER_NAME }} || true && docker rm ${{ env.CONTAITER_NAME }} || true
docker run \
--detach \
--restart on-failure:3 \
--restart always \
--name ${{ env.CONTAITER_NAME }} \
--network=web \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit 6b0377d

Please sign in to comment.