7 Commits

Author SHA1 Message Date
github-actions[bot] 05a2b9a9c1 chore(main): release 0.0.2 2022-07-11 07:41:37 +00:00
Kamesh b7e9641585 fix: workflow 2022-07-11 13:11:17 +05:30
Kamesh a25ede7eae workflow id updated 2022-07-11 13:07:40 +05:30
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 30 additions and 3 deletions
+8 -2
View File
@@ -3,7 +3,8 @@ name: Release Image
on:
release:
types:
- "released"
- released
workflow_dispatch:
env:
PLUGIN_IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/drone-vercel-deploy
jobs:
@@ -26,8 +27,13 @@ jobs:
env:
TAG_NAME: ${{ github.event.release.tag_name }}
PLUGIN_IMAGE_NAME: ${{ env.PLUGIN_IMAGE_NAME }}
id: build and release plugin image
id: build-plugin-image
run: |
echo "Building Plugin Image Tag $TAG_NAME"
if [[ -z $TAG_NAME || "$TAG_NAME" == "undefined" ]];
then
TAG_NAME="latest"
fi
docker build \
--build-arg BUILDKIT_MULTI_PLATFORM=1 \
--platform=linux/amd64 \
+15
View File
@@ -0,0 +1,15 @@
# Changelog
## [0.0.2](https://github.com/kameshsampath/drone-vercel-deploy/compare/v0.0.1...v0.0.2) (2022-07-11)
### Bug Fixes
* workflow ([b7e9641](https://github.com/kameshsampath/drone-vercel-deploy/commit/b7e9641585f1934e00add177a707ebb70eef3a39))
## [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` ,