Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 16, 2026

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

Release notes

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

v7.0.0

Full Changelog: docker/build-push-action@v6.19.2...v7.0.0

v6.19.2

Full Changelog: docker/build-push-action@v6.19.1...v6.19.2

v6.19.1

Full Changelog: docker/build-push-action@v6.19.0...v6.19.1

v6.19.0

Full Changelog: docker/build-push-action@v6.18.0...v6.19.0

v6.18.0

[!NOTE] Build summary is now supported with Docker Build Cloud.

Full Changelog: docker/build-push-action@v6.17.0...v6.18.0

v6.17.0

[!NOTE] Build record is now exported using the buildx history export command instead of the legacy export-build tool.

Full Changelog: docker/build-push-action@v6.16.0...v6.17.0

v6.16.0

... (truncated)

Commits
  • bcafcac Merge pull request #1509 from docker/dependabot/npm_and_yarn/vite-7.3.2
  • 18e62f1 Merge pull request #1510 from docker/dependabot/npm_and_yarn/lodash-4.18.1
  • 46580d2 chore: update generated content
  • 3f80b25 chore(deps): Bump lodash from 4.17.23 to 4.18.1
  • efeec95 Merge pull request #1505 from crazy-max/refactor-git-context
  • ddf04b0 Merge pull request #1511 from docker/dependabot/github_actions/crazy-max-dot-...
  • db08d97 chore(deps): Bump the crazy-max-dot-github group with 2 updates
  • ef1fb96 Merge pull request #1508 from docker/dependabot/github_actions/docker/login-a...
  • 2d8f2a1 chore: update generated content
  • 919ac7b fix test since secrets are not written to temp path anymore
  • 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 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)

tyecode and others added 24 commits May 16, 2026 13:53
- Add Dockerfiles for API, Dashboard, and Checkout (multi-stage builds)
- Add docker-compose.prod.yml with all services + health checks
- Add .env.production template (clean, no hardcoded secrets)
- Add .dockerignore for optimized builds
- Enable Next.js standalone output for dashboard and checkout
- Update README with comprehensive self-hosting guide
- Update .gitignore to allow tracking .env.example and .env.production
- Rename docker-compose.prod.yml → docker-compose.yml
- Add image tags for future Docker Hub publishing
- Add one-line install script (scripts/install.sh)
- Auto-generate secrets on first install
- Update README with curl install command
- Add listInvoices, cancelInvoice, resolveInvoice, getMerchant,
  updateMerchant, rotateApiKey, rotateWebhookSecret, sendTestWebhook,
  getAssetConfig, getMerchantStats
- Add KnotAuthenticationError, KnotValidationError, KnotNotFoundError,
  KnotRateLimitError with HTTP status codes
- Add WEBHOOK_EVENTS, CURRENCIES, INVOICE_STATUSES constants
- Add USDC_ERC20 and USDC_POLYGON currency support
- Add request timeout configuration
- Comprehensive README with full API reference
- New /dashboard/analytics page with MetricsGrid, VolumeChart,
  CurrencyBreakdown, HourlyPattern, StatusDistribution
- Add Analytics to sidebar navigation under Core group
- Add WebhookDelivery model with 90-day TTL auto-cleanup
- Dispatcher logs every attempt with status, duration, errors
- Add GET /webhooks/deliveries and GET /webhooks/stats endpoints
- Dashboard UI with filtering (all/success/failed) and pagination
- Add ci.yml: lint, typecheck, test, Docker build on PR/push
- Add docker-publish.yml: push images to GHCR on tag
- Add publish.yml: SDK npm publish + auto GitHub Release
- Add Dependabot for weekly dependency updates
- Add issue/PR templates
- Remove duplicate release.yml
- Add API_REFERENCE.md with all endpoints and schemas
- Add INTEGRATION_GUIDE.md with step-by-step setup
- Add CONTRIBUTING.md with dev setup and guidelines
- Update README.md with docs links, webhook example, env tips
- Add v0.5.0 entry to CHANGELOG.md
- Update ROADMAP.md with completed status
- Fix GMAIL_SETUP.md version and path references
- Fix packages/types/README.md IInvoice reference
- Add turbo.json globalEnv for shared environment variables
- Add dotenv to dashboard/checkout to load root .env
- Delete redundant apps/*/.env.local files
- Add smoke-tests.sh for Docker deployment verification
- Add e2e.test.ts for API integration tests
fix module resolution to node20 in tsconfig.json
fix package.json import attribute syntax
add PORT env vars for dashboard/checkout in docker-compose
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 6.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v3.0.0...v6)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 16, 2026
@tyecode tyecode closed this May 18, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

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.

@tyecode tyecode deleted the dependabot/github_actions/docker/build-push-action-7 branch May 18, 2026 08:53
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