Skip to content

Commit 5cc580c

Browse files
build(deps): Bump docker/build-push-action from 6.19.2 to 7.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@10e90e3...d08e5c3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c53c1eb commit 5cc580c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-fluentbit-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Build and push image
142142
id: build
143-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
143+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
144144
with:
145145
context: .
146146
file: cmd/fluent-watcher/fluentbit/Dockerfile
@@ -202,7 +202,7 @@ jobs:
202202

203203
- name: Build and push image
204204
id: build
205-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
205+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
206206
with:
207207
context: .
208208
file: cmd/fluent-watcher/fluentbit/Dockerfile.debug

.github/workflows/build-fluentd-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Build and push image
129129
id: build
130-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
130+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
131131
with:
132132
context: .
133133
file: cmd/fluent-watcher/fluentd/Dockerfile

.github/workflows/build-op-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Build image (pull request)
122122
if: github.event_name == 'pull_request'
123123
id: build-pr
124-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
124+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
125125
with:
126126
context: .
127127
file: cmd/fluent-manager/Dockerfile
@@ -137,7 +137,7 @@ jobs:
137137
- name: Build and push image
138138
if: github.event_name != 'pull_request'
139139
id: build
140-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
140+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
141141
with:
142142
context: .
143143
file: cmd/fluent-manager/Dockerfile

0 commit comments

Comments
 (0)