Add official Docker Actions (#17)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
Romain Lespinasse 2025-03-05 00:34:20 +01:00 committed by GitHub
parent 8a1a6e4595
commit 6957661355
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,7 +179,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [GitHub Actions for Deno](https://github.com/denolib/setup-deno) - [GitHub Actions for Deno](https://github.com/denolib/setup-deno)
- [GitHub Actions for Unity](https://github.com/webbertakken/unity-actions) - [GitHub Actions for Unity](https://github.com/webbertakken/unity-actions)
- [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions)
- [GitHub Actions for Docker](https://github.com/docker/github-actions)
- [GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions) - [GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions)
- [Actions Hub](https://github.com/actionshub) - [Actions Hub](https://github.com/actionshub)
@ -481,9 +480,12 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit)
- [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action)
- [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action)
- [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx) - [Set Up Docker Buildx](https://github.com/docker/setup-buildx-action)
- [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/) - [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/)
- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) - Supported Registries: Docker Hub, Quay, Harbor. - [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) - Supported Registries: Docker Hub, Quay, Harbor.
- [Build and Push Docker Images With Buildx](https://github.com/docker/build-push-action)
- [Login Against a Docker Registry](https://github.com/docker/login-action)
- [Install QEMU Static Binaries](https://github.com/docker/setup-qemu-action)
#### Kubernetes #### Kubernetes