Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirakis committed Jul 11, 2024
1 parent a429419 commit 879ba70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/build-and-push-image-digests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This is a composite GitHub Action, used to build and push image digests to GitHu

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

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.

```yaml
name: CI
on:
Expand Down
2 changes: 2 additions & 0 deletions actions/create-and-push-image-manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

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.

```yaml
name: CI
on:
Expand Down

0 comments on commit 879ba70

Please sign in to comment.