diff --git a/README.md b/README.md index 9863330..328f807 100644 --- a/README.md +++ b/README.md @@ -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 Unity](https://github.com/webbertakken/unity-actions) - [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) - [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) - [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) -- [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/) - [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