Skip to content

ci(deps): bump docker/build-push-action from 5 to 6#5

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/github_actions/docker/build-push-action-6
Closed

ci(deps): bump docker/build-push-action from 5 to 6#5
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/github_actions/docker/build-push-action-6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Dec 5, 2025

Bumps docker/build-push-action from 5 to 6.

Release notes

Sourced from docker/build-push-action's releases.

v6.0.0

[!NOTE] This major release adds support for generating Build summary and exporting build record for your build. You can disable this feature by setting DOCKER_BUILD_SUMMARY: false environment variable in your workflow.

Full Changelog: docker/build-push-action@v5.4.0...v6.0.0

v5.4.0

Full Changelog: docker/build-push-action@v5.3.0...v5.4.0

v5.3.0

Full Changelog: docker/build-push-action@v5.2.0...v5.3.0

v5.2.0

Full Changelog: docker/build-push-action@v5.1.0...v5.2.0

v5.1.0

Full Changelog: docker/build-push-action@v5.0.0...v5.1.0

Commits
  • 2634353 Merge pull request #1381 from docker/dependabot/npm_and_yarn/docker/actions-t...
  • c0432d2 chore: update generated content
  • 0bb1f27 set builder driver and endpoint attributes for dbc summary support
  • 5f9dbf9 chore(deps): Bump @​docker/actions-toolkit from 0.61.0 to 0.62.1
  • 0788c44 Merge pull request #1375 from crazy-max/remove-gcr
  • aa179ca e2e: remove GCR
  • 1dc7386 Merge pull request #1364 from crazy-max/history-export-cmd
  • 9c9803f chore: update generated content
  • db1f6c4 DOCKER_BUILD_EXPORT_LEGACY env var to opt-in for legacy export
  • 721e8c7 Bump @​docker/actions-toolkit from 0.59.0 to 0.61.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

chendelin1982 and others added 2 commits December 5, 2025 18:05
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-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Dec 5, 2025

Assignees

The following users could not be added as assignees: Websoft9/waterflow-maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 5, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Dec 12, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/docker/build-push-action-6 branch December 12, 2025 00:55
zhaojing1987 added a commit that referenced this pull request Jan 12, 2026
All findings addressed:
- HIGH #1: Server IPv4 access - Added troubleshooting guide (Issue #5)
- HIGH #2: Temporal UI - Added port conflict troubleshooting (Issue #6)
- HIGH #3: Agent healthcheck - Documented metrics endpoint issue (Issue #7)
- MEDIUM #4: README validation - Added network troubleshooting
- MEDIUM #5: .env.example - Expanded from 27 to 88 lines with detailed comments
- MEDIUM #6: Completion Notes - Updated with honest AC assessment
- MEDIUM #7: README testing - Added prerequisite clarifications
- LOW #8: Agent healthcheck - Optimized wget command (simplified)
- LOW #9: Story doc - Updated AC2 CORS example
- LOW #10: Completion Notes - Clarified /v1/nodes endpoint status

AC Achievement:
- AC3, AC4, AC6, AC7: 100% achieved
- AC1 (full stack): Partial - Agent unhealthy (metrics not implemented)
- AC2 (Temporal UI): Partial - Container runs but port may conflict
- AC5 (endpoints): Partial - Server listens IPv6, host access may fail

Known Issues Documented:
1. Server listens on IPv6 (:::8080) not IPv4 (0.0.0.0:8080)
2. Agent metrics HTTP server not implemented (9090/metrics)
3. Temporal UI port mapping may conflict

Files Modified:
- deployments/.env.example: Expanded with detailed comments (88 lines)
- deployments/README.md: Added 3 troubleshooting scenarios
- deployments/docker-compose.yaml: Optimized Agent healthcheck
- docs/sprint-artifacts/8-2: Updated Completion Notes

Story Status: review -> done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant