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
Provisions image for the op to [opspecpkgs docker hub org](https://hub.docker.com/u/opspecpkgs) w/ name `opspecpkgs/$(opDotYml.name):${opDotYml.version}`.
3
+
Provisions image for the op to [opspec-pkgs image registry](https://github.com/orgs/opspec-pkgs/packages) w/ name `$(opDotYml.name):${opDotYml.version}`.
4
4
5
5
> Before first use, a Dockerfile MUST be added to `.opspec/provision-image`
6
6
inputs:
7
-
dockerUsername:
7
+
githubUsername:
8
8
string:
9
9
constraints: { minLength: 1 }
10
-
description: user for logging in to docker hub
11
-
dockerPassword:
10
+
description: user for logging in to github
11
+
githubAccessToken:
12
12
string:
13
13
constraints: { minLength: 1 }
14
-
description: password for logging in to docker hub
0 commit comments