Update Deploy_Traefik_and_MariaDB.yml

This commit is contained in:
fal7w 2023-12-09 21:05:13 +03:00 committed by GitHub
parent 2b173bd28e
commit f064bd123d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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