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