Skip to content

Commit a6d47bd

Browse files
build(deps): bump docker/build-push-action from 6.18.0 to 6.19.2 (#10201)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 712af7b commit a6d47bd

8 files changed

+8
-8
lines changed

.github/workflows/api-container-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Build and push API container for ${{ matrix.arch }}
112112
id: container-push
113113
if: github.event_name == 'push' || github.event_name == 'release' || github.event_name == 'workflow_dispatch'
114-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
114+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
115115
with:
116116
context: ${{ env.WORKING_DIRECTORY }}
117117
push: true

.github/workflows/api-container-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Build container for ${{ matrix.arch }}
9090
if: steps.check-changes.outputs.any_changed == 'true'
91-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
91+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
9292
with:
9393
context: ${{ env.API_WORKING_DIR }}
9494
push: false

.github/workflows/mcp-container-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Build and push MCP container for ${{ matrix.arch }}
110110
id: container-push
111111
if: github.event_name == 'push' || github.event_name == 'release' || github.event_name == 'workflow_dispatch'
112-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
112+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
113113
with:
114114
context: ${{ env.WORKING_DIRECTORY }}
115115
push: true

.github/workflows/mcp-container-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Build MCP container for ${{ matrix.arch }}
8787
if: steps.check-changes.outputs.any_changed == 'true'
88-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
88+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
8989
with:
9090
context: ${{ env.MCP_WORKING_DIR }}
9191
push: false

.github/workflows/sdk-container-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
- name: Build and push SDK container for ${{ matrix.arch }}
181181
id: container-push
182182
if: github.event_name == 'push' || github.event_name == 'release' || github.event_name == 'workflow_dispatch'
183-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
183+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
184184
with:
185185
context: .
186186
file: ${{ env.DOCKERFILE_PATH }}

.github/workflows/sdk-container-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Build SDK container for ${{ matrix.arch }}
103103
if: steps.check-changes.outputs.any_changed == 'true'
104-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
104+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
105105
with:
106106
context: .
107107
push: false

.github/workflows/ui-container-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Build and push UI container for ${{ matrix.arch }}
114114
id: container-push
115115
if: github.event_name == 'push' || github.event_name == 'release' || github.event_name == 'workflow_dispatch'
116-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
116+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
117117
with:
118118
context: ${{ env.WORKING_DIRECTORY }}
119119
build-args: |

.github/workflows/ui-container-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Build UI container for ${{ matrix.arch }}
8989
if: steps.check-changes.outputs.any_changed == 'true'
90-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
90+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
9191
with:
9292
context: ${{ env.UI_WORKING_DIR }}
9393
target: prod

0 commit comments

Comments
 (0)