From 2b173bd28e27f96e8b2d70035ca59a9f815d2c5f Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:01:52 +0300 Subject: [PATCH] Update Deploy_Traefik_and_MariaDB.yml --- .github/workflows/Deploy_Traefik_and_MariaDB.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploy_Traefik_and_MariaDB.yml b/.github/workflows/Deploy_Traefik_and_MariaDB.yml index aa9c5c4e..39863590 100644 --- a/.github/workflows/Deploy_Traefik_and_MariaDB.yml +++ b/.github/workflows/Deploy_Traefik_and_MariaDB.yml @@ -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