Skip to content

Commit cce077e

Browse files
chore(deps): bump docker/build-push-action from 2 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f7931b commit cce077e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prepare_release.yaml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Build Docker Image and Save
119119
if: matrix.build.outputs.type == 'image'
120-
uses: docker/build-push-action@v2
120+
uses: docker/build-push-action@v6
121121
with:
122122
push: false
123123
context: .
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Build Docker Image
130130
if: matrix.build.outputs.type == 'file'
131-
uses: docker/build-push-action@v2
131+
uses: docker/build-push-action@v6
132132
with:
133133
push: false
134134
context: .

.github/workflows/test_pull_request.yaml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
uses: docker/setup-buildx-action@v1
107107

108108
- name: Build and push
109-
uses: docker/build-push-action@v2
109+
uses: docker/build-push-action@v6
110110
with:
111111
push: false
112112
context: .

0 commit comments

Comments
 (0)