Skip to content

Commit f1729a9

Browse files
authored
Merge pull request #455 from christian-korneck/master
add two more actions
2 parents fa2762f + 6b9371c commit f1729a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
218218
- [Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg)
219219
- [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables.
220220
- [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.
221+
- [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes all artifacts at the end of a workflow run.
221222

222223
#### Environments
223224

@@ -444,6 +445,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
444445
- [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action)
445446
- [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx)
446447
- [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/)
448+
- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) - Supported Registries: Docker Hub, Quay, Harbor.
447449

448450
#### Kubernetes
449451

0 commit comments

Comments
 (0)