@@ -17,17 +17,22 @@ The following GitHub Actions are available:
1717
1818- [ Build and push Docker images] ( https://github.com/marketplace/actions/build-and-push-docker-images ) :
1919 build and push Docker images with BuildKit.
20+ - [ Docker Buildx Bake] ( https://github.com/marketplace/actions/docker-buildx-bake ) :
21+ enables using high-level builds with [ Bake] ( ../../bake/_index.md ) .
2022- [ Docker Login] ( https://github.com/marketplace/actions/docker-login ) :
2123 sign in to a Docker registry.
2224- [ Docker Setup Buildx] ( https://github.com/marketplace/actions/docker-setup-buildx ) :
23- initiates a BuildKit builder.
25+ creates and boots a BuildKit builder.
2426- [ Docker Metadata action] ( https://github.com/marketplace/actions/docker-metadata-action ) :
25- extracts metadata from Git reference and GitHub events.
27+ extracts metadata from Git reference and GitHub events to generate tags,
28+ labels, and annotations.
29+ - [ Docker Setup Compose] ( https://github.com/marketplace/actions/docker-setup-compose ) :
30+ installs and sets up [ Compose] ( ../../../compose ) .
31+ - [ Docker Setup Docker] ( https://github.com/marketplace/actions/docker-setup-docker ) :
32+ installs Docker CE.
2633- [ Docker Setup QEMU] ( https://github.com/marketplace/actions/docker-setup-qemu ) :
27- installs [ QEMU] ( https://github.com/qemu/qemu ) static binaries for multi-arch
28- builds.
29- - [ Docker Buildx Bake] ( https://github.com/marketplace/actions/docker-buildx-bake ) :
30- enables using high-level builds with [ Bake] ( ../../bake/_index.md ) .
34+ installs [ QEMU] ( https://github.com/qemu/qemu ) static binaries for
35+ multi-platform builds.
3136- [ Docker Scout] ( https://github.com/docker/scout-action ) :
3237 analyze Docker images for security vulnerabilities.
3338
0 commit comments