From 4683f36c841e301c278df18776f428cb36b58aea Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:20:45 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/create-pr.yml | 2 +- .github/workflows/deploy.yml | 6 +++--- .github/workflows/dokploy.yml | 8 ++++---- .github/workflows/format.yml | 2 +- .github/workflows/monitoring.yml | 6 +++--- .github/workflows/pull-request.yml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index 248b98d..db6615e 100644 --- a/.github/workflows/create-pr.yml +++ b/.github/workflows/create-pr.yml @@ -11,7 +11,7 @@ permissions: jobs: create-pr: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout Repository uses: actions/checkout@v4 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7754fa1..71b5ae8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: build-and-push-cloud-image: - runs-on: incredibuild-runner + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout repository @@ -29,7 +29,7 @@ jobs: NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=dummy build-and-push-schedule-image: - runs-on: incredibuild-runner + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout repository @@ -46,7 +46,7 @@ jobs: platforms: linux/amd64 build-and-push-server-image: - runs-on: incredibuild-runner + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout repository diff --git a/.github/workflows/dokploy.yml b/.github/workflows/dokploy.yml index 529cd8f..c001976 100644 --- a/.github/workflows/dokploy.yml +++ b/.github/workflows/dokploy.yml @@ -10,7 +10,7 @@ env: jobs: docker-amd: - runs-on: ubuntu-22.04 + runs-on: blacksmith-4vcpu-ubuntu-2204 steps: - name: Checkout uses: actions/checkout@v4 @@ -50,7 +50,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} docker-arm: - runs-on: ubuntu-24.04-arm + runs-on: blacksmith-4vcpu-ubuntu-2404-arm steps: - name: Checkout uses: actions/checkout@v4 @@ -93,7 +93,7 @@ jobs: combine-manifests: needs: [docker-amd, docker-arm] - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout uses: actions/checkout@v4 @@ -137,7 +137,7 @@ jobs: generate-release: needs: [combine-manifests] if: github.ref == 'refs/heads/main' - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index cfddad7..c0dfe51 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -8,7 +8,7 @@ on: jobs: format: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/monitoring.yml b/.github/workflows/monitoring.yml index 378b019..2ac8924 100644 --- a/.github/workflows/monitoring.yml +++ b/.github/workflows/monitoring.yml @@ -9,7 +9,7 @@ env: jobs: docker-amd: - runs-on: ubuntu-22.04 + runs-on: blacksmith-4vcpu-ubuntu-2204 steps: - name: Checkout uses: actions/checkout@v4 @@ -44,7 +44,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} docker-arm: - runs-on: ubuntu-24.04-arm + runs-on: blacksmith-4vcpu-ubuntu-2404-arm steps: - name: Checkout uses: actions/checkout@v4 @@ -81,7 +81,7 @@ jobs: combine-manifests: needs: [docker-amd, docker-arm] - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6c74dbc..7cec193 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -9,7 +9,7 @@ permissions: jobs: pr-check: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 strategy: matrix: job: [build, test, typecheck]