From f064bd123d998d8722c3871eeea38ebac0d391f4 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:05:13 +0300 Subject: [PATCH] Update Deploy_Traefik_and_MariaDB.yml --- .github/workflows/Deploy_Traefik_and_MariaDB.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Deploy_Traefik_and_MariaDB.yml b/.github/workflows/Deploy_Traefik_and_MariaDB.yml index 39863590..773b5019 100644 --- a/.github/workflows/Deploy_Traefik_and_MariaDB.yml +++ b/.github/workflows/Deploy_Traefik_and_MariaDB.yml @@ -19,8 +19,8 @@ jobs: # - ubuntu-latest steps: - # - name: checkout Script content - # uses: actions/checkout@v2 # checkout the repository content + - name: checkout Script content + uses: actions/checkout@v2 # checkout the repository content ## if the docker not install then using this script # - name: setup python # uses: actions/setup-python@v4 @@ -48,8 +48,8 @@ jobs: # - name: Checkout code # uses: actions/checkout@v4 - - name: Set up Docker - uses: actions/setup-docker@v4 + # - name: Set up Docker + # uses: actions/setup-docker@v4 # with: # dockerfile: Dockerfile # Path to your Dockerfile if you have one