We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f3daa commit 854f293Copy full SHA for 854f293
1 file changed
.github/actions/image-push/action.yml
@@ -7,8 +7,10 @@ inputs:
7
required: true
8
package:
9
10
+ description: "Package we are building, for example, 'rafiki-auth' or 'rafiki-backend'."
11
platform_name:
12
13
+ description: "Platform we are building for, for example, 'amd64' or 'arm64'."
14
gh_token:
15
description: "GitHub token to use for authentication."
16
0 commit comments