You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,25 @@ Build and publish your repository as a Docker image and push it to GitHub Packag
4
4
5
5
## Inputs
6
6
7
-
### `username`
7
+
### `accessToken`
8
8
9
-
**Required**. GitHub userto publish the image on behalf of.
9
+
**Required**. GitHub Token for the user. Must have write permissions for packages. Recommended set up would be to use the provided GitHub Token for your repository; `${{ secrets.GITHUB_TOKEN }}`.
10
10
11
-
### `personalAccessToken`
11
+
### `username`
12
12
13
-
**Required**. GitHub Personal Access Token for the user. Must have write permissions for packages.
13
+
*Optional*. GitHub user to publish the image on behalf of. Defaults to the user who triggered the action to run.
14
14
15
15
### `repositoryName`
16
16
17
-
Optional. The repository to push the image to. Defaults to current repository. Must be specified in format `user/repo`.
17
+
*Optional*. The repository to push the image to. Defaults to current repository. Must be specified in format `user/repo`.
18
18
19
19
### `imageName`
20
20
21
-
Optional. The desired name for the image. Defaults to current repository name.
21
+
*Optional*. The desired name for the image. Defaults to current repository name.
22
22
23
23
### `imageTag`
24
24
25
-
Optional. The desired tag for the image. Defaults to current branch or release version number.
25
+
*Optional*. The desired tag for the image. Defaults to current branch or release version number.
0 commit comments