Skip to content

Commit a88b3d3

Browse files
renovate[bot]julianwiedmann
authored andcommitted
chore(deps): update docker/build-push-action action to v7.1.0
Signed-off-by: renovate[bot] <bot@renovateapp.com>
1 parent b5b602f commit a88b3d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/images-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
5353

5454
- name: Docker Build
55-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
55+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
5656
id: docker_build
5757
with:
5858
context: .

.github/workflows/images-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
4242

4343
- name: Docker Build
44-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
44+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
4545
id: docker_build
4646
with:
4747
context: .

0 commit comments

Comments
 (0)