Skip to content

Commit

Permalink
Merge branch 'main' into 37-dummy-issue-for-release-please-action
Browse files Browse the repository at this point in the history
  • Loading branch information
JayGhiya authored Mar 22, 2024
2 parents d8992a7 + 9ef88ad commit 634135f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/configuration/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"image-action-gh/base-project/image-scan": "1.4.17"
"image-action-gh/base-project/image-scan": "1.4.18"
}
2 changes: 1 addition & 1 deletion .github/workflows/main-pr-merge-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ jobs:
goversion: "https://go.dev/dl/go1.22.0.linux-amd64.tar.gz"
project_path: ${{ steps.set_right_names.outputs.path}}
binary_name: ${{ steps.set_right_names.outputs.binary_name}}
release_tag: ${{ steps.set_right_names.outputs.release_tag}}
release_tag: '${{ steps.set_right_names.outputs.release_tag}}'
asset_name: ${{ steps.set_right_names.outputs.binary_name}}-${{ steps.set_right_names.outputs.version_number}}-${{ matrix.goos }}-${{ matrix.goarch }}
overwrite: true
7 changes: 7 additions & 0 deletions image-action-gh/base-project/image-scan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.18](https://github.com/unoplat/unoplat-ci-cd-scripts/compare/image-scan-v1.4.17...image-scan-v1.4.18) (2024-03-18)


### Bug Fixes

* workflow ([299591c](https://github.com/unoplat/unoplat-ci-cd-scripts/commit/299591c2e476465e1ef1ca08df619ef755f320de))

## [1.4.17](https://github.com/unoplat/unoplat-ci-cd-scripts/compare/image-scan-v1.4.16...image-scan-v1.4.17) (2024-03-12)


Expand Down

0 comments on commit 634135f

Please sign in to comment.