@@ -17,17 +17,22 @@ The following GitHub Actions are available:
17
17
18
18
- [ Build and push Docker images] ( https://github.com/marketplace/actions/build-and-push-docker-images ) :
19
19
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 ) .
20
22
- [ Docker Login] ( https://github.com/marketplace/actions/docker-login ) :
21
23
sign in to a Docker registry.
22
24
- [ Docker Setup Buildx] ( https://github.com/marketplace/actions/docker-setup-buildx ) :
23
- initiates a BuildKit builder.
25
+ creates and boots a BuildKit builder.
24
26
- [ 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.
26
33
- [ 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.
31
36
- [ Docker Scout] ( https://github.com/docker/scout-action ) :
32
37
analyze Docker images for security vulnerabilities.
33
38
0 commit comments