Skip to content

Commit 762ac84

Browse files
build(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [useblacksmith/setup-docker-builder](https://github.com/useblacksmith/setup-docker-builder) and [useblacksmith/build-push-action](https://github.com/useblacksmith/build-push-action). Updates `useblacksmith/setup-docker-builder` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/useblacksmith/setup-docker-builder/releases) - [Commits](useblacksmith/setup-docker-builder@ac083cc...722e97d) Updates `useblacksmith/build-push-action` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/useblacksmith/build-push-action/releases) - [Commits](useblacksmith/build-push-action@cbd1f60...fb9e3e6) --- updated-dependencies: - dependency-name: useblacksmith/setup-docker-builder dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: useblacksmith/build-push-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc45a9b commit 762ac84

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/install-smoke.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ jobs:
103103
ref: ${{ inputs.ref || github.ref }}
104104

105105
- name: Set up Blacksmith Docker Builder
106-
uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1
106+
uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1
107107

108108
# Blacksmith's builder owns the Docker layer cache; keep smoke builds off
109109
# explicit gha cache directives so local tags still load cleanly.
110110
- name: Build root Dockerfile smoke image
111-
uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
111+
uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
112112
with:
113113
context: .
114114
file: ./Dockerfile
@@ -210,7 +210,7 @@ jobs:
210210
ref: ${{ inputs.ref || github.ref }}
211211

212212
- name: Set up Blacksmith Docker Builder
213-
uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1
213+
uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1
214214

215215
# Blacksmith's builder owns the Docker layer cache; keep smoke builds off
216216
# explicit gha cache directives so local tags still load cleanly.
@@ -222,7 +222,7 @@ jobs:
222222
# Build once with the matrix extension and tag both smoke names. This
223223
# keeps the build-arg coverage without a second Blacksmith build action.
224224
- name: Build root Dockerfile smoke image
225-
uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
225+
uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
226226
with:
227227
context: .
228228
file: ./Dockerfile
@@ -297,7 +297,7 @@ jobs:
297297
'
298298
299299
- name: Build installer smoke image
300-
uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
300+
uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
301301
with:
302302
context: ./scripts/docker
303303
file: ./scripts/docker/install-sh-smoke/Dockerfile
@@ -307,7 +307,7 @@ jobs:
307307
provenance: false
308308

309309
- name: Build installer non-root image
310-
uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
310+
uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
311311
with:
312312
context: ./scripts/docker
313313
file: ./scripts/docker/install-sh-nonroot/Dockerfile
@@ -360,7 +360,7 @@ jobs:
360360
ref: ${{ inputs.ref || github.ref }}
361361

362362
- name: Set up Blacksmith Docker Builder
363-
uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1
363+
uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1
364364

365365
- name: Setup Node environment for package smoke
366366
uses: ./.github/actions/setup-node-env

.github/workflows/npm-telegram-beta-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ jobs:
105105
fetch-depth: 1
106106

107107
- name: Set up Blacksmith Docker Builder
108-
uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1
108+
uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1
109109
with:
110110
max-cache-size-mb: 800000
111111

112112
- name: Build Docker E2E image
113-
uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
113+
uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
114114
with:
115115
context: .
116116
file: ./scripts/e2e/Dockerfile

.github/workflows/openclaw-live-and-e2e-checks-reusable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,11 +1112,11 @@ jobs:
11121112
11131113
- name: Setup Docker builder
11141114
if: steps.image_exists.outputs.needs_build == '1'
1115-
uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1
1115+
uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1
11161116

11171117
- name: Build and push bare Docker E2E image
11181118
if: steps.plan.outputs.needs_bare_image == '1' && steps.image_exists.outputs.bare_exists != '1'
1119-
uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
1119+
uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
11201120
with:
11211121
context: .
11221122
file: ./scripts/e2e/Dockerfile
@@ -1129,7 +1129,7 @@ jobs:
11291129

11301130
- name: Build and push functional Docker E2E image
11311131
if: steps.plan.outputs.needs_functional_image == '1' && steps.image_exists.outputs.functional_exists != '1'
1132-
uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2
1132+
uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2
11331133
with:
11341134
context: .
11351135
file: ./scripts/e2e/Dockerfile

0 commit comments

Comments
 (0)