From 03638f860786fb9c2b3fdc11d0145bd16e259960 Mon Sep 17 00:00:00 2001 From: Olha Danylevska Date: Sat, 24 Feb 2024 12:37:03 +0000 Subject: [PATCH] Update deploy-image.yml --- .github/workflows/deploy-image.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index be43f86473..7e53f1388a 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -53,10 +53,6 @@ jobs: username: ${{ secrets.USERNAME }} key: ${{ secrets.SSH_PRIVATE_KEY }} script: | - sudo apt-get update - sudo apt-get install -y docker.io - sudo systemctl start docker - sudo systemctl enable docker docker system prune -a -f docker pull olhadanylevska/video-server:${{ steps.create_tag.outputs.tag }}