Skip to content

Commit f7741d3

Browse files
authored
Merge pull request #22341 from crazy-max/gha-intro-update
build: update github actions list
1 parent 2f0e76c commit f7741d3

File tree

1 file changed

+11
-6
lines changed
  • content/manuals/build/ci/github-actions

1 file changed

+11
-6
lines changed

content/manuals/build/ci/github-actions/_index.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)