diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index e1714c9..1af9b7a 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,9 +13,12 @@ jobs: image: gitea/runner-images:ubuntu-22.04-slim steps: - - name: Clone repo - run: | - git clone https://git.duvaher.com/DilankaHer/my_website.git + # - name: Clone repo + # run: | + # git clone https://git.duvaher.com/DilankaHer/my_website.git + + - name: Checkout code + uses: actions/checkout@v4 - name: Install Docker CLI run: |