mirror of
https://github.com/kameshsampath/drone-vercel-deploy.git
synced 2026-06-16 14:49:32 +08:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05a2b9a9c1 | |||
| b7e9641585 | |||
| a25ede7eae | |||
| a1b27d1789 | |||
| cf1265e708 | |||
| 9f8245e8b2 | |||
| 5a75145092 |
@@ -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 \
|
||||
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user