You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| imageFullName | Full name of the Docker image with registry prefix and tag suffix | `registry/owner/image:tag` |
53
+
| imageFullName | Full name of the Docker image with registry prefix | `registry/owner/image` |
54
54
| imageName | Name of the Docker image with owner prefix | `owner/image` |
55
-
| tag | Tag for the Docker image | `tag` |
55
+
| tags| Tags for the Docker image | `v1,latest` |
56
56
57
57
## Examples
58
58
@@ -124,7 +124,7 @@ with:
124
124
125
125
## Tagging the image using GitOps
126
126
127
-
By default, if you do not pass a `tag` input this action will use an algorithm based on the state of your git repo to determine the Docker image tag. This is designed to enable developers to more easily use [GitOps](https://www.weave.works/technologies/gitops/) in their CI/CD pipelines. Below is a table detailing how the GitHub trigger (branch or tag) determines the Docker tag.
127
+
By default, if you do not pass a `tags` input this action will use an algorithm based on the state of your git repo to determine the Docker image tag. This is designed to enable developers to more easily use [GitOps](https://www.weave.works/technologies/gitops/) in their CI/CD pipelines. Below is a table detailing how the GitHub trigger (branch or tag) determines the Docker tag.
0 commit comments