Skip to content

Commit 8b1396c

Browse files
dependabot[bot]dawidmalina
authored andcommitted
Bump docker/build-push-action from 6 to 7 (actions#4283)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fdef83 commit 8b1396c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: docker/setup-buildx-action@v3
115115

116116
- name: Build Docker image
117-
uses: docker/build-push-action@v6
117+
uses: docker/build-push-action@v7
118118
with:
119119
context: ./images
120120
load: true

.github/workflows/docker-publish.yml

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

5050
- name: Build and push Docker image
5151
id: build-and-push
52-
uses: docker/build-push-action@v6
52+
uses: docker/build-push-action@v7
5353
with:
5454
context: ./images
5555
platforms: |

.github/workflows/release.yml

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

321321
- name: Build and push Docker image
322322
id: build-and-push
323-
uses: docker/build-push-action@v6
323+
uses: docker/build-push-action@v7
324324
with:
325325
context: ./images
326326
platforms: |

0 commit comments

Comments
 (0)