Skip to content

Commit c7009cd

Browse files
authored
Update action.yml to release v0.0.5 (#118)
* Update action.yml to release v0.0.5 * Update README.md for release v0.0.5
1 parent 19804b1 commit c7009cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@v4
44-
- uses: stacklok/[email protected].2
44+
- uses: stacklok/[email protected].5
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.FRIZBEE_TOKEN }}
4747
with:
@@ -164,8 +164,8 @@ The Frizbee Action can be configured through the following inputs:
164164
## Release Process
165165

166166
To release a new version of the Frizbee Action, follow these steps:
167-
1. Update the version in the `action.yml` file with the new version number you're about to release, i.e. `v0.0.3`.
168-
2. Cut a new release by creating a release tagged with the new version number you just set in the `action.yml` file. For example, if you updated the version to `v0.0.3`, create a new release with the tag `v0.0.3`.
167+
1. Update the version in the `action.yml` file with the new version number you're about to release, i.e. `v0.0.5`.
168+
2. Cut a new release by creating a release tagged with the new version number you just set in the `action.yml` file. For example, if you updated the version to `v0.0.5`, create a new release with the tag `v0.0.5`.
169169
3. Once the release is created, the GitHub Actions workflow will automatically build the Docker image and push it to the GitHub Container Registry (GHCR).
170170

171171
## Contributing

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ inputs:
3939
default: ""
4040
runs:
4141
using: "docker"
42-
image: "docker://ghcr.io/stacklok/frizbee-action:v0.0.4" # Keep this updated with the latest version of the action image
42+
image: "docker://ghcr.io/stacklok/frizbee-action:v0.0.5" # Keep this updated with the latest version of the action image
4343
args:
4444
- ${{ inputs.recursive }}

0 commit comments

Comments
 (0)