Skip to content

Commit b1a79ef

Browse files
Bump docker/build-push-action from 6 to 7 (#136)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Moritz Clasmeier <111092021+mclasmeier@users.noreply.github.com>
1 parent 94d603e commit b1a79ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-roxie-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
tags: type=raw,value=${{ steps.build-meta.outputs.version }}
5757

5858
- name: Build and push Docker image
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@v7
6060
with:
6161
context: .
6262
platforms: linux/amd64

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Build and push Docker image
6363
id: docker_build
64-
uses: docker/build-push-action@v6
64+
uses: docker/build-push-action@v7
6565
with:
6666
context: .
6767
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)