Commit 7efb60f
authored
Release please support (#77)
* chore: update version and enhance Docker CI workflow
- Changed package version from 1.0.0 to 0.1.0 to reflect initial development stage.
- Modified Docker CI workflow to trigger on release events instead of pushes to main, improving deployment strategy.
- Enhanced image tagging logic to support versioning based on release tags and added conditional scanning for both release and pull request images.
- Introduced a new workflow for automated release management using release-please action, streamlining the release process.
* chore: enhance Docker image tagging for pull requests
- Updated Docker CI workflow to use full SHA and PR number for tagging images in pull request events, improving traceability and consistency in image management.
* chore: update release-please action token for improved security
- Changed the token used in the release-please GitHub Action from GITHUB_TOKEN to RELEASE_PLEASE_PAT, enhancing security by utilizing a more specific personal access token for release management.1 parent 7b8abf8 commit 7efb60f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
0 commit comments