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

Update cloudposse/github-action-docker-build-push action to v1.10.0 #37

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-docker-build-push action minor 1.6.0 -> 1.10.0

Release Notes

cloudposse/github-action-docker-build-push

v1.10.0

Compare Source

Support for multi-platform builds @​zdmytriv (#​32)
what
  • Introduced new input parameter --platform
why
  • Support for multi-platform docker builds
references

v1.9.0

Compare Source

Add image_name parameter in case $org/$repo isn't acceptable @​ozydingo (#​27)
what
  • Adds an image_name input that can be specified if the default ${{ inputs.organization }}/${{ inputs.repository }} is not acceptable.
why
  • We have a use case where we build multiple targets from the same dockerfile in the same repo.
  • As currently abstracted, the image name will be the same for these: ${{ inputs.organization }}/${{ inputs.repository }}.
  • We hacked around this by modifying the value of inputs.repository to include the build target, but this is incorrect (and repository is used on one other place here)
  • We added a use case for which the above hack does not work -- two docker files, both using the default target.
  • It would be nice to support the underlying action's image_name as a pass-through.
references
  • Build using the new image_name var: link
  • Build using this branch without supplying image_name: link

I suspect tests are failing due to missing secrets in my fork, or something like that.

v1.8.0

Compare Source

SSH Forward Key Parameter @​milldr (#​26)
what
  • added SSH option
why
  • Added option for #​24
references

v1.7.0

Compare Source

Feat: Parameterize Cache Options @​milldr (#​25)
what
  • parameterize caching options
why
  • we want to be able to change the fixed values
references
  • n/a

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@goruha goruha merged commit cab876a into main Apr 13, 2023
@goruha goruha deleted the renovate/cloudposse-github-action-docker-build-push-1.x branch April 13, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant