From 739d4d3694431d3f9ca9da3289d9fbec36c7a9eb Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Mon, 1 Jul 2024 13:48:48 +0300 Subject: [PATCH] Update install-dockerfile-and-check-ssl.yml --- .github/workflows/install-dockerfile-and-check-ssl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install-dockerfile-and-check-ssl.yml b/.github/workflows/install-dockerfile-and-check-ssl.yml index 676068c2..59953b75 100644 --- a/.github/workflows/install-dockerfile-and-check-ssl.yml +++ b/.github/workflows/install-dockerfile-and-check-ssl.yml @@ -20,10 +20,10 @@ jobs: run: sudo systemctl restart docker - name: Build Docker image - run: docker build --restart=always -f docker/Dockerfile_Process --network=host -t antmediaserver --build-arg LicenseKey="${{ secrets.ENTERPRISE_LICENSE }}" . + run: docker build -f docker/Dockerfile_Process --network=host -t antmediaserver --build-arg LicenseKey="${{ secrets.ENTERPRISE_LICENSE }}" . - name: Run Docker container - run: docker run -d --name antmedia --network=host -it antmediaserver + run: docker run --restart=always -d --name antmedia --network=host -it antmediaserver # - name: Clone branch # run: |