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
Copy file name to clipboardExpand all lines: actions/docker/create-images-manifests/README.md
+83Lines changed: 83 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,89 @@ Registry credentials are resolved by role using the same keys as `oci-registry`.
179
179
<!-- secrets:start -->
180
180
<!-- secrets:end -->
181
181
<!-- examples:start -->
182
+
183
+
## Examples
184
+
185
+
### Clone an existing tag to a new tag
186
+
187
+
This example first builds and publishes an original tag (`1.0.0-rc.0`) with the reusable workflow `.github/workflows/docker-build-images.yml`, then copies that tag to `1.0.0` using this action.
0 commit comments