Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 15:12
· 13 commits to refs/heads/main since this release
ccf3b87
Update cloudposse/github-action-docker-build-push action to v1.9.0 @renovate (#7)

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 @​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

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

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 @​renovate (#​8)

This PR contains the following updates:

Package Type Update Change
alpine final minor 3.16 -> 3.17

Fix query @​goruha (#​9)
what
  • Fix query
🤖 Automatic Updates
Update README.md and docs @​cloudpossebot (#​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 (#9)

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

Update README.md and docs @cloudpossebot (#6)

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