Skip to content

Commit 7ba1a6d

Browse files
chore(deps): update docker/build-push-action action to v7
| datasource | package | from | to | | ----------- | ------------------------ | ------- | ------ | | github-tags | docker/build-push-action | v6.19.2 | v7.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 104f6df commit 7ba1a6d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-doc-generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Build and push
47-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
47+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
4848
with:
4949
context: tools/doc-generator
5050
platforms: linux/amd64

.github/workflows/build-schema-generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Build and push
47-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
47+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
4848
with:
4949
context: tools/schema-generator
5050
platforms: linux/amd64

0 commit comments

Comments
 (0)