mirror of
https://github.com/kameshsampath/drone-vercel-deploy.git
synced 2026-06-16 14:49:32 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1563dc837e | |||
| 05a2b9a9c1 | |||
| b7e9641585 | |||
| a25ede7eae |
@@ -3,7 +3,7 @@ name: Release Image
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- "released"
|
||||
- released
|
||||
workflow_dispatch:
|
||||
env:
|
||||
PLUGIN_IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/drone-vercel-deploy
|
||||
@@ -27,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 \
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# 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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user