Skip to content

Commit 1b6adc1

Browse files
authored
ci(docker-build): use github actions runner images (#15)
drop blacksmith
1 parent 566bab2 commit 1b6adc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker-build-push-multi-registry.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
fail-fast: false
7979
matrix:
8080
builder:
81-
- runner-image: blacksmith-4vcpu-ubuntu-2404
81+
- runner-image: ubuntu-24.04
8282
platform: linux/amd64
83-
- runner-image: blacksmith-4vcpu-ubuntu-2404-arm
83+
- runner-image: ubuntu-24.04-arm
8484
platform: linux/arm64
8585
steps:
8686
- name: Checkout repository
@@ -121,12 +121,12 @@ jobs:
121121
username: ${{ inputs.quay-username }}
122122
password: ${{ secrets.quay-password }}
123123

124-
- name: Setup Docker Builder
125-
uses: useblacksmith/setup-docker-builder@v1
124+
- name: Set up Docker Buildx
125+
uses: docker/setup-buildx-action@v3
126126

127127
- name: Build and push by digest
128128
id: build
129-
uses: useblacksmith/build-push-action@v2
129+
uses: docker/build-push-action@v6
130130
with:
131131
context: ${{ inputs.build-context }}
132132
file: ${{ inputs.build-file }}
@@ -150,7 +150,7 @@ jobs:
150150
retention-days: 1
151151

152152
merge:
153-
runs-on: blacksmith-2vcpu-ubuntu-2404
153+
runs-on: ubuntu-24.04
154154
needs:
155155
- build
156156
steps:

0 commit comments

Comments
 (0)