We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df792ab commit de8f2d6Copy full SHA for de8f2d6
README.md
@@ -2,9 +2,9 @@
2
3
## Update Application Version Tags in Configuration Files
4
5
-Get your new versions of your application (docker images) deployed. The aim of this action is aiding automated deployment processes
6
-using tools like Helm and ArgoCD. It takes yaml configuration files and replaces all version tags with a new one using
7
-a standard format e.g.:
+Configure new versions of your application (docker images) for automated deployment. The aim of this action is aiding
+automated deployment processes using tools like Helm and ArgoCD. It takes yaml configuration files and replaces all
+version tags with a new one using a standard format e.g.:
8
9
```yaml
10
my-app-tag: v0.0
0 commit comments