diff --git a/.gitea/workflows/deploy_dev.yaml b/.gitea/workflows/deploy_dev.yaml index 61cfaf6a..33250c8d 100644 --- a/.gitea/workflows/deploy_dev.yaml +++ b/.gitea/workflows/deploy_dev.yaml @@ -18,10 +18,6 @@ jobs: runs-on: [ dobby ] container: git.sh-edraft.de/sh-edraft.de/act-runner:latest steps: - - name: Setup docker - uses: https://github.com/papodaca/install-docker-action@main - - run: docker -v - - name: Clone Repository uses: https://github.com/actions/checkout@v3 with: @@ -58,10 +54,6 @@ jobs: runs-on: [ dobby ] container: git.sh-edraft.de/sh-edraft.de/act-runner:latest steps: - - name: Setup docker - uses: https://github.com/papodaca/install-docker-action@main - - run: docker -v - - name: Clone Repository uses: https://github.com/actions/checkout@v3 with: diff --git a/.gitea/workflows/deploy_prod.yaml b/.gitea/workflows/deploy_prod.yaml index e081e768..174f3310 100644 --- a/.gitea/workflows/deploy_prod.yaml +++ b/.gitea/workflows/deploy_prod.yaml @@ -18,10 +18,6 @@ jobs: runs-on: [ dobby ] container: git.sh-edraft.de/sh-edraft.de/act-runner:latest steps: - - name: Setup docker - uses: https://github.com/papodaca/install-docker-action@main - - run: docker -v - - name: Clone Repository uses: https://github.com/actions/checkout@v3 with: @@ -58,10 +54,6 @@ jobs: runs-on: [ dobby ] container: git.sh-edraft.de/sh-edraft.de/act-runner:latest steps: - - name: Setup docker - uses: https://github.com/papodaca/install-docker-action@main - - run: docker -v - - name: Clone Repository uses: https://github.com/actions/checkout@v3 with: diff --git a/.gitea/workflows/deploy_staging.yaml b/.gitea/workflows/deploy_staging.yaml index 1f880a8e..6013e2b5 100644 --- a/.gitea/workflows/deploy_staging.yaml +++ b/.gitea/workflows/deploy_staging.yaml @@ -18,10 +18,6 @@ jobs: runs-on: [ dobby ] container: git.sh-edraft.de/sh-edraft.de/act-runner:latest steps: - - name: Setup docker - uses: https://github.com/papodaca/install-docker-action@main - - run: docker -v - - name: Clone Repository uses: https://github.com/actions/checkout@v3 with: @@ -58,10 +54,6 @@ jobs: runs-on: [ dobby ] container: git.sh-edraft.de/sh-edraft.de/act-runner:latest steps: - - name: Setup docker - uses: https://github.com/papodaca/install-docker-action@main - - run: docker -v - - name: Clone Repository uses: https://github.com/actions/checkout@v3 with: