File tree 6 files changed +72
-92
lines changed
6 files changed +72
-92
lines changed Original file line number Diff line number Diff line change 1
- name : Use Depot
2
- description : Install and use Depot to build Docker images
1
+ name : Depot Pull
2
+ description : Pull images from the Depot ephemeral registry.
3
3
author : Depot
4
4
branding :
5
5
icon : package
6
6
color : gray-dark
7
7
runs :
8
- using : node16
8
+ using : node20
9
9
main : dist/index.js
10
10
inputs :
11
- version :
12
- description : |-
13
- Version of the Depot CLI to install. If unspecified or set to "latest",
14
- the latest version for the target platform will be installed. Example: "0.0.2".
15
- default : latest
11
+ build-id :
12
+ description : The build ID to pull.
13
+ required : true
14
+ platform :
15
+ description : The platform to pull (defaults to the current platform).
16
16
required : false
17
- project :
18
- description : |-
19
- If set, will populate the `DEPOT_PROJECT_ID` environment variable.
20
- default : ' '
17
+ tags :
18
+ description : A list of tags to apply to the pulled image
21
19
required : false
22
20
token :
23
- description : |-
24
- If set, will populate the `DEPOT_TOKEN` environment variable.
21
+ description : If set, will populate the `DEPOT_TOKEN` environment variable.
25
22
default : ' '
26
23
required : false
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ esbuild.build({
4
4
entryPoints : [ 'src/index.ts' ] ,
5
5
bundle : true ,
6
6
platform : 'node' ,
7
- target : 'node16 ' ,
7
+ target : 'node20 ' ,
8
8
outfile : 'dist/index.js' ,
9
9
} )
You can’t perform that action at this time.
0 commit comments