From f2f3776a76030dc3629d686016ef131121d40e1f Mon Sep 17 00:00:00 2001 From: Christian Korneck Date: Sat, 25 Jul 2020 07:43:57 +0200 Subject: [PATCH 1/5] add update-container-description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a34ede..3cb1b0f 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,8 @@ 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) +- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) (Supported Registries: Docker Hub, Quay, Harbor) + #### Kubernetes From 8c2f59ca26e331daf4fe7fa6372470f3e5c2cdf6 Mon Sep 17 00:00:00 2001 From: Christian Korneck Date: Sat, 25 Jul 2020 07:54:58 +0200 Subject: [PATCH 2/5] add delete-run-artifacts --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3cb1b0f..af72a5e 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes All Artifacts at the End of a Workflow Run. + #### Environments From 0d08ba730b474ae867950bf6a3630107e165ab37 Mon Sep 17 00:00:00 2001 From: Christian Korneck Date: Fri, 28 Aug 2020 10:15:11 +0200 Subject: [PATCH 3/5] Resolved merge conflict by incorporating both suggestions. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index e75e1fa..7a03d41 100644 --- a/README.md +++ b/README.md @@ -443,14 +443,9 @@ 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) -<<<<<<< HEAD -- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) (Supported Registries: Docker Hub, Quay, Harbor) - -||||||| merged common ancestors -======= - [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx) - [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/) ->>>>>>> upstream/master +- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) (Supported Registries: Docker Hub, Quay, Harbor) #### Kubernetes From 353690a529df23fcf7e8b4fe868431763e7f1373 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Fri, 28 Aug 2020 05:56:26 -0600 Subject: [PATCH 4/5] Add punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a03d41..4cf8bbb 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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) - [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. #### Kubernetes From 6b9371ccdd335f9f5b5d940a59314eefe02f2a2b Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Fri, 28 Aug 2020 05:57:20 -0600 Subject: [PATCH 5/5] uncapitalize description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf8bbb..7d7f60b 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) - [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. - [Pull the New Go Module Version Into the Proxy Cache](https://github.com/andrewslotin/go-proxy-pull-action) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev documentation upon release. -- [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes All Artifacts at the End of a Workflow Run. +- [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes all artifacts at the end of a workflow run. #### Environments