Update .github/workflows/docker-image.yml
Some checks failed
Build and Push Docker Image / build (push) Failing after 18s

This commit is contained in:
2026-04-15 17:56:30 +00:00
parent 0341449950
commit dd80733c66

View File

@@ -13,9 +13,12 @@ jobs:
image: gitea/runner-images:ubuntu-22.04-slim image: gitea/runner-images:ubuntu-22.04-slim
steps: steps:
- name: Clone repo # - name: Clone repo
run: | # run: |
git clone https://git.duvaher.com/DilankaHer/my_website.git # git clone https://git.duvaher.com/DilankaHer/my_website.git
- name: Checkout code
uses: actions/checkout@v4
- name: Install Docker CLI - name: Install Docker CLI
run: | run: |