Skip to content

Commit f433975

Browse files
committed
Update READMEs for 1.2.0
1 parent e3a2b50 commit f433975

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ A collection of GitHub Actions from Code Bandits.
44

55
## Actions
66

7-
[load-env](load-env/): Provides .env key-value pairs as outputs for use in workflows.
7+
- [load-env](load-env/): Provides .env key-value pairs as outputs for use in workflows.
8+
- [next-image-tag-number](next-image-tag-number/): Calculates the next sequential tag for an image in an OCI repository.
9+
- [set-imgpkg-bundle-as-vendir-path](set-imgpkg-bundle-as-vendir-path/): Sets an [imgpkg](https://carvel.dev/imgpkg/) bundle image as a [vendir](https://carvel.dev/vendir/) path.

next-image-tag-number/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Get Next Image Tag Number
1717
id: next-tag
18-
uses: codebandits/github-actions/next-image-tag-number@main
18+
uses: codebandits/github-actions/next-image-tag-number@v1
1919
with:
2020
image_repository_url: registry.example.com/repository/image
2121
bearer_token: ${{ secrets.REPO_BEARER_TOKEN }}

set-imgpkg-bundle-as-vendir-path/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v2
3636
3737
- name: Update latest release channel
38-
uses: codebandits/github-actions/set-imgpkg-bundle-as-vendir-path@main
38+
uses: codebandits/github-actions/set-imgpkg-bundle-as-vendir-path@v1
3939
with:
4040
channel_name: latest
4141
imgpkg_bundle_image: registry.example.com/repository/bundle:build-2

0 commit comments

Comments
 (0)