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
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user