Skip to content

Commit 9eb841b

Browse files
authored
Merge pull request #21 from webcomics/blacksmith-migration-cca285a
2 parents cca285a + f96951f commit 9eb841b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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: ubuntu-latest
17+
runs-on: blacksmith-4vcpu-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: ubuntu-latest
16+
runs-on: blacksmith-4vcpu-ubuntu-2404
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4

.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: ubuntu-latest
15+
runs-on: blacksmith-4vcpu-ubuntu-2404
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4

.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: ubuntu-latest
12+
runs-on: blacksmith-4vcpu-ubuntu-2404
1313
steps:
1414
- name: Set up Docker Buildx
1515
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)