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.0
Release Notes
docker/build-push-action (docker/build-push-action)
v5.0.0
Compare Source
Full Changelog: docker/build-push-action@v4.2.1...v5.0.0
v4.2.1
Compare Source
Full Changelog: docker/build-push-action@v4.2.0...v4.2.1
v4.2.0
Compare Source
Full Changelog: docker/build-push-action@v4.1.1...v4.2.0
v4.1.1
Compare Source
Full Changelog: docker/build-push-action@v4.1.0...v4.1.1
v4.1.0
Compare Source
Full Changelog: docker/build-push-action@v4.0.0...v4.1.0
v4.0.0
Compare Source
Full Changelog: docker/build-push-action@v3.3.1...v4.0.0
v3.3.1
Compare Source
Full Changelog: docker/build-push-action@v3.3.0...v3.3.1
v3.3.0
Compare Source
attests
,provenance
andsbom
inputs by @crazy-max (#746 #759)Full Changelog: docker/build-push-action@v3.2.0...v3.3.0
v3.2.0
Compare Source
setOutput
by @crazy-max (#704)Full Changelog: docker/build-push-action@v3.1.1...v3.2.0
v3.1.1
Compare Source
fs.rmdir
withfs.rm
by @bendrucker (#657)Full Changelog: docker/build-push-action@v3.1.0...v3.1.1
v3.1.0
Compare Source
no-cache-filters
input by @crazy-max (#653)Full Changelog: docker/build-push-action@v3.0.0...v3.1.0
v3.0.0
Compare Source
Full Changelog: docker/build-push-action@v2.10.0...v3.0.0
v2.10.0
Compare Source
imageid
output and use metadata to setdigest
output (#569)build-contexts
input (#563)v2.9.0
Compare Source
add-hosts
input (#553 #555)github-token
option to README (#544)v2.8.0
Compare Source
cgroup-parent
,shm-size
,ulimit
inputs (#501)v2.7.0
Compare Source
metadata
output (#412)v2.6.1
Compare Source
v2.6.0
Compare Source
getExecOutput
(#392)core.getBooleanInput
(#391)v2.5.0
Compare Source
docker/metadata-action
(#354)v2.4.0
Compare Source
network
input for backward compatibility (#338)v2.3.0
Compare Source
secret-files
input to be able to use secret file mount (#296)v2.2.2
Compare Source
file
flag (#244)v2.2.1
Compare Source
v2.2.0
Compare Source
v2.1.0
Compare Source
ssh
input (#123)v2.0.1
Compare Source
v2.0.0
Compare Source
v2
of this action includes significant changes and now uses Docker Buildx. It extends thedocker build
command 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.
path
is now calledcontext
for consistency with other Docker build toolspath
defaults to current git repository so checkout action is not required in a workflowdockerfile
input tofile
for consistency with other Docker build toolsalways_pull
input topull
for consistency with other Docker build toolsbuilder
input to be able to choose a builder instance through our setup-buildx actionplatforms
input to support multi-platform buildsallow
inputload
inputoutputs
inputcache-from
input (cache_froms
removed)cache-to
inputsecrets
inputtags
inputrepository
input. See Simple workflow for migrationusername
,password
andregistry
inputs. Login support moved to docker/login-action repotag_with_sha
,tag_with_ref
,add_git_labels
inputs. See Tags with ref and Git labels for migrationdigest
outputConfiguration
📅 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.