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-promote action to v0.1.1 #17

Merged
merged 1 commit into from
Dec 26, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-docker-promote action patch 0.1.0 -> 0.1.1

Release Notes

cloudposse/github-action-docker-promote

v0.1.1

Compare Source

Update cloudposse/github-action-docker-build-push action to v1.9.0 @​renovate (#​8)

This PR contains the following updates:

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

Release Notes
cloudposse/github-action-docker-build-push
v1.9.0

Compare Source

Add image_name parameter in case $org/$repo isn't acceptable @​&#​8203;ozydingo (#&#​8203;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 @​&#​8203;milldr (#&#​8203;26)
what
  • added SSH option
why
  • Added option for #&#​8203;24
references
v1.7.0

Compare Source

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

Update cloudposse/github-action-yaml-config-query action to v0.1.1 @​renovate (#​9)

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-yaml-config-query action patch 0.1.0 -> 0.1.1

Release Notes
cloudposse/github-action-yaml-config-query
v0.1.1

Compare Source

Update alpine Docker tag to v3.17 @​&#​8203;renovate (#&#​8203;8)

This PR contains the following updates:

Package Type Update Change
alpine final minor 3.16 -> 3.17

Fix query @​&#​8203;goruha (#&#​8203;9)
what
  • Fix query
🤖 Automatic Updates
Update README.md and docs @​&#​8203;cloudpossebot (#&#​8203;7)
what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates


🤖 Automatic Updates
Update README.md and docs @​cloudpossebot (#​10)
what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates


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 b4ca6db into main Dec 26, 2022
@goruha goruha deleted the renovate/cloudposse-github-action-docker-promote-0.x branch December 26, 2022 15:54
goruha added a commit that referenced this pull request Dec 28, 2022
* 'main' of github.com:cloudposse/github-actions-workflows:
  Update cloudposse/github-action-docker-promote action to v0.1.1 (#17)
  Update cloudposse/github-action-matrix-outputs-write action to v0.3.1 (#18)
  Update cloudposse/github-action-yaml-config-query action to v0.1.2 (#19)
  Update cloudposse/github-action-monorepo-random-controller action to v0.2.0 (#20)
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