update act to v0.2.34

this also required updating the action image to node16

this is a potentially breaking change, so I don't think we want this plugin
image to be tagged 'latest' if/when this change is merged to main

I have also updated the drone pipeline to only publish the image on tag
events, so if we give a proper tag (maybe 2.0.0) this updated plugin image
will be available as plugins/github-actions:2 which will not break existing
pipelines pulling latest
This commit is contained in:
Jim Sheldon
2022-12-22 13:24:48 -05:00
parent 6953a7e14a
commit 87c917b4e7
3 changed files with 15 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ func main() {
cli.StringFlag{
Name: "action-image",
Usage: "Image to use for running github actions",
Value: "node:12-buster-slim",
Value: "node:16-buster-slim",
EnvVar: "PLUGIN_ACTION_IMAGE",
},
cli.StringFlag{