We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 385cb6f + d45040d commit fea3eeaCopy full SHA for fea3eea
.github/actions/build-and-publish-image/action.yml
@@ -3,12 +3,16 @@ description: Steps for building an image for a specific ruby version
3
inputs:
4
ruby_version:
5
required: true
6
+ description: "The version of Ruby to build the image for"
7
image_tag:
8
9
+ description: "The tag to use for the image"
10
gh_token:
11
12
+ description: "The GitHub token to use for authentication"
13
repository_owner:
14
15
+ description: "The owner of the repository"
16
runs:
17
using: "composite"
18
steps:
0 commit comments