Update docker/build-push-action action to v5 #117
Merged
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:
v1.1.2->v5.0.0Release Notes
docker/build-push-action (docker/build-push-action)
v5.0.0Compare Source
Full Changelog: docker/build-push-action@v4.2.1...v5.0.0
v4.2.1Compare Source
Full Changelog: docker/build-push-action@v4.2.0...v4.2.1
v4.2.0Compare Source
Full Changelog: docker/build-push-action@v4.1.1...v4.2.0
v4.1.1Compare Source
Full Changelog: docker/build-push-action@v4.1.0...v4.1.1
v4.1.0Compare Source
Full Changelog: docker/build-push-action@v4.0.0...v4.1.0
v4.0.0Compare Source
Full Changelog: docker/build-push-action@v3.3.1...v4.0.0
v3.3.1Compare Source
Full Changelog: docker/build-push-action@v3.3.0...v3.3.1
v3.3.0Compare Source
attests,provenanceandsbominputs by @crazy-max (#746 #759)Full Changelog: docker/build-push-action@v3.2.0...v3.3.0
v3.2.0Compare Source
setOutputby @crazy-max (#704)Full Changelog: docker/build-push-action@v3.1.1...v3.2.0
v3.1.1Compare Source
fs.rmdirwithfs.rmby @bendrucker (#657)Full Changelog: docker/build-push-action@v3.1.0...v3.1.1
v3.1.0Compare Source
no-cache-filtersinput by @crazy-max (#653)Full Changelog: docker/build-push-action@v3.0.0...v3.1.0
v3.0.0Compare Source
Full Changelog: docker/build-push-action@v2.10.0...v3.0.0
v2.10.0Compare Source
imageidoutput and use metadata to setdigestoutput (#569)build-contextsinput (#563)v2.9.0Compare Source
add-hostsinput (#553 #555)github-tokenoption to README (#544)v2.8.0Compare Source
cgroup-parent,shm-size,ulimitinputs (#501)v2.7.0Compare Source
metadataoutput (#412)v2.6.1Compare Source
v2.6.0Compare Source
getExecOutput(#392)core.getBooleanInput(#391)v2.5.0Compare Source
docker/metadata-action(#354)v2.4.0Compare Source
networkinput for backward compatibility (#338)v2.3.0Compare Source
secret-filesinput to be able to use secret file mount (#296)v2.2.2Compare Source
fileflag (#244)v2.2.1Compare Source
v2.2.0Compare Source
v2.1.0Compare Source
sshinput (#123)v2.0.1Compare Source
v2.0.0Compare Source
v2of this action includes significant changes and now uses Docker Buildx. It extends thedocker buildcommand named buildx with the full support of the features provided by Moby BuildKit builder toolkit. This includes multi-arch build, build-secrets, remote cache, etc. and different builder deployment/namespacing options.It works with 3 new actions (login, setup-buildx and setup-qemu) that we have created. It's also rewritten as a typescript-action to be as closed as possible of the GitHub Runner during its execution (#71 #92).
Upgrade notes and many usage examples have been added to handle most use cases.
pathis now calledcontextfor consistency with other Docker build toolspathdefaults to current git repository so checkout action is not required in a workflowdockerfileinput tofilefor consistency with other Docker build toolsalways_pullinput topullfor consistency with other Docker build toolsbuilderinput to be able to choose a builder instance through our setup-buildx actionplatformsinput to support multi-platform buildsallowinputloadinputoutputsinputcache-frominput (cache_fromsremoved)cache-toinputsecretsinputtagsinputrepositoryinput. See Simple workflow for migrationusername,passwordandregistryinputs. Login support moved to docker/login-action repotag_with_sha,tag_with_ref,add_git_labelsinputs. See Tags with ref and Git labels for migrationdigestoutputConfiguration
📅 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 has been generated by Mend Renovate. View repository job log here.