Update cloudposse/github-action-docker-build-push action to v1.17.2#106
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update cloudposse/github-action-docker-build-push action to v1.17.2#106renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
4c9450b to
1291832
Compare
1291832 to
ae72fc1
Compare
ae72fc1 to
58b98e9
Compare
661b6fc to
82978c4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.15.0->v1.17.2Release Notes
cloudposse/github-action-docker-build-push (cloudposse/github-action-docker-build-push)
v1.17.2Compare Source
🚀 Enhancements
Rollback docker/build-push-action to v5 @goruha (#75)
what
why
docker/build-push-action@v6is not compatible withactions/download-artifact@v4references
v1.17.1Compare Source
Output metadata to job summary @osterman (#60)
what
why
Screenshot
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#63)
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
v1.17.0Compare Source
chore(deps): update dcarbone/install-jq-action action to v3 @renovate (#73)
This PR contains the following updates:v2.1.0->v3.0.1Release Notes
dcarbone/install-jq-action (dcarbone/install-jq-action)
v3.0.1Compare Source
What's Changed
Full Changelog: dcarbone/install-jq-action@v3.0.0...v3.0.1
v3.0.0Compare Source
What's Changed
Full Changelog: dcarbone/install-jq-action@v2...v3.0.0
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.
This PR was generated by Mend Renovate. View the repository job log.
v1.16.1Compare Source
chore(deps): update docker/build-push-action action to v6 @renovate (#67)
This PR contains the following updates:v5->v6Release Notes
docker/build-push-action (docker/build-push-action)
v6Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.
ref: default to public ECR for binfmt and buildx @dudymas (#72)
what
why
feat: add support for build-contexts (#70) @goruha (#71)
what
build-contextsargwhy
references
Confirmed on a private project:
🐛 Bug Fixes
fix: create unique image tags for each test in order to avoid race conditions between tests @korenyoni (#74)
what
why
This assertion fails because of a race condition between the three tests in this repo.
For example, take a look at this renovate PR:
The manifest produced by each commit in the screenshot are as follows, in order from oldest to newest:
As previously mentioned, there is a race condition between the three tests that get dispatched by this action. They all produce an image tag of
sha-[sha]. That means that if thetest-docker-build-multi-platform.ymlbuild finishes before thetest-docker-build.ymlbuild, the multi-platform manifest will be overwritten by the single-platform image.references
N/A
🤖 Automatic Updates
Update .github/settings.yml @osterman (#69)
what
.github/settings.yml.github/auto-release.ymlfileswhy
.github/settings.ymlfrom org levelreferences
Update release workflow to allow pull-requests: write @osterman (#66)
what
.github/workflows/release.yaml) to have permission to comment on PRwhy
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#65)
what
.github/workflows/settings.yaml) to use shared workflows from.githubrepowhy
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#64)
what
.github/workflows/settings.yaml)why
v1.16.0Compare Source
Feature: Variable Passthrough & Debug input @Benbentwo (#62)
what
allow,network,buildkitd-flags, anddriver-optsdebugwhich adds a debug flag to buildxwhy
references
v1.15.1Compare Source
docs: Recommend ECR instead of GHA for buildx caching, update README using `cloudposse/build-harness` @korenyoni (#61)
what
why
references
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.
This PR was generated by Mend Renovate. View the repository job log.