Skip to content

Commit 4dd62b4

Browse files
committed
Use smaller Blacksmith runners
1 parent 851e07b commit 4dd62b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
build:
1616
name: Build and push Docker image
17-
runs-on: blacksmith-4vcpu-ubuntu-2404
17+
runs-on: blacksmith-2vcpu-ubuntu-2404
1818
steps:
1919
- name: Login to DockerHub
2020
uses: docker/login-action@v3

.github/workflows/hub-description.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
description:
16-
runs-on: blacksmith-4vcpu-ubuntu-2404
16+
runs-on: blacksmith-2vcpu-ubuntu-2404
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v5

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
lint:
1414
name: Lint Dockerfile
15-
runs-on: blacksmith-4vcpu-ubuntu-2404
15+
runs-on: blacksmith-2vcpu-ubuntu-2404
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v5

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
jobs:
1010
build:
1111
name: Build Docker image
12-
runs-on: blacksmith-4vcpu-ubuntu-2404
12+
runs-on: blacksmith-2vcpu-ubuntu-2404
1313
steps:
1414
- name: Set up Docker Buildx
1515
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)