4 Commits

Author SHA1 Message Date
Kamesh Sampath a1b27d1789 Merge pull request #2 from kameshsampath/release-please--branches--main--components--release-please-action
chore(main): release 0.0.1
2022-07-11 13:03:44 +05:30
github-actions[bot] cf1265e708 chore(main): release 0.0.1 2022-07-11 07:33:03 +00:00
Kamesh 9f8245e8b2 fix: docs update and triger first patch release 2022-07-11 13:02:44 +05:30
Kamesh 5a75145092 add manual release option of image 2022-07-11 12:59:22 +05:30
3 changed files with 16 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ on:
release:
types:
- "released"
workflow_dispatch:
env:
PLUGIN_IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/drone-vercel-deploy
jobs:
+8
View File
@@ -0,0 +1,8 @@
# Changelog
## [0.0.1](https://github.com/kameshsampath/drone-vercel-deploy/compare/v0.0.0...v0.0.1) (2022-07-11)
### Bug Fixes
* docs update and triger first patch release ([9f8245e](https://github.com/kameshsampath/drone-vercel-deploy/commit/9f8245e8b2797fb73e6b006ca24d2de848a3f937))
+7 -1
View File
@@ -55,10 +55,16 @@ steps:
Run the following command to build and push the image manually
```text
```shell
make build-and-load
```
To build and push the image use,
```shell
make build-and-push
```
## Testing
To use the plugin create a secret file called `secret.local` ,