chore(deps): update cloudposse/github-action-docker-build-push action to v1.17.2 #26
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.1
->v1.17.2
Release Notes
cloudposse/github-action-docker-build-push (cloudposse/github-action-docker-build-push)
v1.17.2
Compare Source
🚀 Enhancements
Rollback docker/build-push-action to v5 @goruha (#75)
what
why
docker/build-push-action@v6
is not compatible withactions/download-artifact@v4
references
v1.17.1
Compare 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.0
Compare Source
chore(deps): update dcarbone/install-jq-action action to v3 @renovate (#73)
This PR contains the following updates:v2.1.0
->v3.0.1
Release Notes
dcarbone/install-jq-action (dcarbone/install-jq-action)
v3.0.1
Compare Source
What's Changed
Full Changelog: dcarbone/install-jq-action@v3.0.0...v3.0.1
v3.0.0
Compare 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.1
Compare Source
chore(deps): update docker/build-push-action action to v6 @renovate (#67)
This PR contains the following updates:v5
->v6
Release Notes
docker/build-push-action (docker/build-push-action)
v6
Compare 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-contexts
argwhy
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.yml
build finishes before thetest-docker-build.yml
build, 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.yml
fileswhy
.github/settings.yml
from 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.github
repowhy
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#64)
what
.github/workflows/settings.yaml
)why
v1.16.0
Compare Source
Feature: Variable Passthrough & Debug input @Benbentwo (#62)
what
allow
,network
,buildkitd-flags
, anddriver-opts
debug
which adds a debug flag to buildxwhy
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 is behind base branch, 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.