Skip to content

Commit 2088b81

Browse files
build(deps): bump the all-dependencies group with 2 updates (#15)
Bumps the all-dependencies group with 2 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f0c02b commit 2088b81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pipeline.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ jobs:
154154
password: ${{ secrets.ES_DOCKERHUB_PAT }}
155155

156156
- name: tools - docker - setup buildx
157-
uses: docker/setup-buildx-action@v3
157+
uses: docker/setup-buildx-action@v4
158158

159159
- name: docker - build and push
160-
uses: docker/build-push-action@v6
160+
uses: docker/build-push-action@v7
161161
with:
162162
context: ${{ env.container_image_build_context }}
163163
file: ${{ env.container_image_build_dockerfile }}
@@ -204,7 +204,7 @@ jobs:
204204
password: ${{ secrets.ES_DOCKERHUB_PAT }}
205205

206206
- name: tools - docker - setup buildx
207-
uses: docker/setup-buildx-action@v3
207+
uses: docker/setup-buildx-action@v4
208208

209209
- name: docker - create and push multi-arch manifest
210210
run: |
@@ -245,7 +245,7 @@ jobs:
245245
password: ${{ secrets.ES_DOCKERHUB_PAT }}
246246

247247
- name: tools - docker - setup buildx
248-
uses: docker/setup-buildx-action@v3
248+
uses: docker/setup-buildx-action@v4
249249

250250
- name: docker - tag and push - latest
251251
run: |

0 commit comments

Comments
 (0)