-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build for Node 20, update action.yml
- Loading branch information
1 parent
5bfa203
commit bf65156
Showing
6 changed files
with
72 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
name: Use Depot | ||
description: Install and use Depot to build Docker images | ||
name: Depot Pull | ||
description: Pull images from the Depot ephemeral registry. | ||
author: Depot | ||
branding: | ||
icon: package | ||
color: gray-dark | ||
runs: | ||
using: node16 | ||
using: node20 | ||
main: dist/index.js | ||
inputs: | ||
version: | ||
description: |- | ||
Version of the Depot CLI to install. If unspecified or set to "latest", | ||
the latest version for the target platform will be installed. Example: "0.0.2". | ||
default: latest | ||
build-id: | ||
description: The build ID to pull. | ||
required: true | ||
platform: | ||
description: The platform to pull (defaults to the current platform). | ||
required: false | ||
project: | ||
description: |- | ||
If set, will populate the `DEPOT_PROJECT_ID` environment variable. | ||
default: '' | ||
tags: | ||
description: A list of tags to apply to the pulled image | ||
required: false | ||
token: | ||
description: |- | ||
If set, will populate the `DEPOT_TOKEN` environment variable. | ||
description: If set, will populate the `DEPOT_TOKEN` environment variable. | ||
default: '' | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.