Update .github/workflows/docker-image.yml
Some checks failed
Build and Push Docker Image / build (push) Failing after 18s
Some checks failed
Build and Push Docker Image / build (push) Failing after 18s
This commit is contained in:
9
.github/workflows/docker-image.yml
vendored
9
.github/workflows/docker-image.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user