Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump whoan/docker-build-with-cache-action from 5 to 7 #255

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps whoan/docker-build-with-cache-action from 5 to 7.

Release notes

Sourced from whoan/docker-build-with-cache-action's releases.

v7

  • Close #120: Avoid useless attempt to create ECR repository when it already exists
  • Close #127: Support only building specific services from compose through regex (services_regex input)
  • Close #128: Support for YAML anchors and aliases when using compose files
  • Close #131: Disable DOCKER_BUILDKIT to allow action to work again (action relies on old output format)
  • Close #133: Support context input for compose files to use it as a relative path for contexts set in the yaml
  • Colse #134: Support using build.args form compose file
  • Improve logs
  • Allow spaces in values of build_extra_args when using a json or in build.args from a compose file.

v5.11.1

  • Fix BUILD_EXTRA_ARGS json input parsing

v5.11.0

  • Add JSON format for build_extra_args to support spaces and newlines. (Close #91)

v5.10.0

v5.9.2

  • Fix regex to get service name when an image has a name equal to the prefix of another image. (Close #87)

v5.9.1

  • Fix yaml parser. Close #86

v5.9.0

  • Support AWS ECR Public registry (Close #79)

v5.8.1

  • Fix compose file usage with non-default registries

v5.8.0

  • Support building from a docker compose file (Close #70)

v5.7.0

  • Use existent AWS ECR credentials if you used aws-actions/configure-aws-credentials in a previous step. Close #74

v5.6.0

  • Add support to new GitHub Registry (ghcr.io)

v5.5.0

  • Support setting custom stages image name (stages_image_name input). Useful if you are using a job matrix. (Close #66) (Thanks @​ylavoie)

v5.4.1

  • Revert #59 as jq is not always present

v5.4.0

  • Allow pushing (through push_image_and_stages) according to event that triggered the workflow (on:push or on:pull_request)
  • Check code with ShellCheck. Thanks @​asbjornu
  • Add support for GCR subdomains (like us.gcr.io). Thanks @​gabe565

... (truncated)

Commits
  • 3c6917f Merge pull request #137 from whoan/issue-134
  • 806baa9 Update docs
  • 918ace7 Pass args from compose service to the builder
  • 950f8e2 Allow spaces in docker extra args
  • 1f0152b Merge pull request #136 from whoan/issue-133
  • d34709f Update docs
  • 38b482c Use context input as a prefix for the context from compose services
  • c70dd4f Merge pull request #135 from whoan/disable-docker-buildkit
  • a4b2880 Disable DOCKER_BUILDKIT
  • a3bc6f0 Merge pull request #130 from whoan/issue-127
  • 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)

@dependabot dependabot bot added dependencies This issue is a problem in a dependency. github_actions Pull requests that update GitHub Actions code labels Oct 16, 2023
@dependabot dependabot bot force-pushed the dependabot/github_actions/whoan/docker-build-with-cache-action-7 branch from 47e1a9f to 6b32280 Compare October 18, 2023 18:36
Bumps [whoan/docker-build-with-cache-action](https://github.com/whoan/docker-build-with-cache-action) from 5 to 7.
- [Release notes](https://github.com/whoan/docker-build-with-cache-action/releases)
- [Commits](whoan/docker-build-with-cache-action@v5...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/whoan/docker-build-with-cache-action-7 branch from 6b32280 to 2216d34 Compare October 18, 2023 18:41
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

Superseded by #260.

@dependabot dependabot bot closed this Oct 23, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/whoan/docker-build-with-cache-action-7 branch October 23, 2023 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue is a problem in a dependency. github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants