Skip to content

Commit 3f78e9e

Browse files
committed
Update docs
1 parent 0980241 commit 3f78e9e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

actions/build-and-push-image-digests/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This is a composite GitHub Action, used to build and push image digests to GitHu
44

55
The user is able to see digests appearing on the github action level after every successful run.
66

7+
This action can be used together with the [create-and-push-image-manifests](../create-and-push-image-manifests/README.md) action so the digests can form a manifest and push it to GAR.
8+
79
```yaml
810
name: CI
911
on:

actions/create-and-push-image-manifests/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This is a composite GitHub Action, used to create and push image manifests to GAR.
44

5+
This action can be used together with the [build-and-push-image-digests](../build-and-push-image-digests/README.md) action so the digests can be built and then use the current action to form a manifest.
6+
57
```yaml
68
name: CI
79
on:

0 commit comments

Comments
 (0)