From 09c8f41b05ebc8da09a3017dc7a253a7da6aca63 Mon Sep 17 00:00:00 2001 From: edraft Date: Fri, 10 Jan 2025 14:26:26 +0100 Subject: [PATCH] Removed docker build --- .gitea/workflows/deploy_dev.yaml | 8 -------- .gitea/workflows/deploy_prod.yaml | 8 -------- .gitea/workflows/deploy_staging.yaml | 8 -------- 3 files changed, 24 deletions(-) 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: