Skip to content

Commit

Permalink
build(deps): Bump docker/build-push-action from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 1a1a1d3 commit a16f3b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-fb-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:

- name: Build and Push Image for Fluent Bit
id: docker-build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./cmd/fluent-watcher/fluentbit/Dockerfile
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:

- name: Build and Push Fluent Bit Debug Image
id: docker-build-debug
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./cmd/fluent-watcher/fluentbit/Dockerfile.debug
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-fd-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and Push amd64 base Image for Fluentd
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: cmd/fluent-watcher/fluentd/Dockerfile.amd64
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and Push arm64 base Image for Fluentd
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: cmd/fluent-watcher/fluentd/Dockerfile.arm64.base
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and Push arm64 base Image for Fluentd
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: cmd/fluent-watcher/fluentd/Dockerfile.arm64.quick
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-op-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./cmd/fluent-manager/Dockerfile
Expand Down

0 comments on commit a16f3b1

Please sign in to comment.