Skip to content

Commit d03addb

Browse files
br3ndonlandwebknjaz
andcommitted
Drop args from create-docker-action.py
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent bacb626 commit d03addb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

create-docker-action.py

-11
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,6 @@ def set_image(event: str, ref: str, repo: str, repo_id: str) -> str:
6868
'runs': {
6969
'using': 'docker',
7070
'image': image,
71-
'args': [
72-
'${{ inputs.user }}',
73-
'${{ inputs.password }}',
74-
'${{ inputs.repository-url }}',
75-
'${{ inputs.packages-dir }}',
76-
'${{ inputs.verify-metadata }}',
77-
'${{ inputs.skip-existing }}',
78-
'${{ inputs.verbose }}',
79-
'${{ inputs.print-hash }}',
80-
'${{ inputs.attestations }}',
81-
],
8271
},
8372
}
8473

0 commit comments

Comments
 (0)