diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f255d6a..007cdb1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,12 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 - - - name: Set up Docker - run: | - sudo apt-get update - sudo apt-get install -y docker.io + uses: actions/checkout@v3 - name: Login to Docker Hub run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin @@ -44,7 +39,7 @@ jobs: environment: production steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Setup SSH key run: |