Skip to content

Commit efb4f85

Browse files
chore(deps): bump docker/build-push-action from 5.4.0 to 6.19.2
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.19.2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ca052bb...10e90e3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.19.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3356df commit efb4f85

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Build and push Squid image
7272
id: build_squid
73-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
73+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
7474
with:
7575
context: ./containers/squid
7676
push: true
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Build and push Agent image
130130
id: build_agent
131-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
131+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
132132
with:
133133
context: ./containers/agent
134134
push: true
@@ -187,7 +187,7 @@ jobs:
187187

188188
- name: Build and push API Proxy image
189189
id: build_api_proxy
190-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
190+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
191191
with:
192192
context: ./containers/api-proxy
193193
push: true
@@ -242,7 +242,7 @@ jobs:
242242

243243
- name: Build and push Agent-Act image
244244
id: build_agent_act
245-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
245+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
246246
with:
247247
context: ./containers/agent
248248
push: true

0 commit comments

Comments
 (0)