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
Copy file name to clipboardExpand all lines: action.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ inputs:
19
19
description: 'Password for the Docker Registry'
20
20
required: true
21
21
dockerfile:
22
-
description: 'Dockerfile'
22
+
description: 'Path of the Dockerfile. Should be relative to input.workingdirectory'
23
23
required: true
24
24
default: './Dockerfile'
25
25
dockerbuildargs:
@@ -61,7 +61,7 @@ inputs:
61
61
description: 'Files which should be updated by the GitHub Action for PROD'
62
62
required: false
63
63
workingdirectory:
64
-
description: 'The directory (as a path relative to the repo root dir) in which the GitOps action should be executed. The dockerfile variable should be relative to workingdirectory.'
64
+
description: 'The path relative to the repo root dir in which the GitOps action should be executed.'
0 commit comments