Skip to content

Commit

Permalink
Release v0.1.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
checkton-bot authored and chmeliik committed Jun 18, 2024
1 parent 89db56e commit 8c379fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

*Nothing yet.*

## [v0.1.0-alpha.2] - 2024-06-18

### Fixed

- The `.runs.image` syntax in action.yaml
Expand All @@ -22,4 +26,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
image

[v0.1.0-alpha.1]: https://github.com/chmeliik/checkton/releases/tag/v0.1.0-alpha.1
[unreleased]: https://github.com/chmeliik/checkton/compare/v0.1.0-alpha.1...HEAD
[v0.1.0-alpha.2]: https://github.com/chmeliik/checkton/releases/tag/v0.1.0-alpha.2
[unreleased]: https://github.com/chmeliik/checkton/compare/v0.1.0-alpha.2...HEAD
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ outputs:

runs:
using: docker
image: ghcr.io/chmeliik/checkton:v0.1.0-alpha.1@sha256:ee910e110fb24c29afcd8176cbf695b177a4a528dd2e53b4a4690b2b0002ce92
image: docker://ghcr.io/chmeliik/checkton:v0.1.0-alpha.2@sha256:a5349a15bfd7c7db81aeeaffc54f95573ad55f1c4bd2b36f708f4ec027f99c64
env:
CHECKTON_DIFFERENTIAL: ${{ inputs.differential }}
CHECKTON_INCLUDE_REGEX: ${{ inputs.include-regex }}
Expand Down

0 comments on commit 8c379fd

Please sign in to comment.