Skip to content

Commit

Permalink
Drop args from create-docker-action.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
br3ndonland and webknjaz committed Nov 4, 2024
1 parent bacb626 commit d03addb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions create-docker-action.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,6 @@ def set_image(event: str, ref: str, repo: str, repo_id: str) -> str:
'runs': {
'using': 'docker',
'image': image,
'args': [
'${{ inputs.user }}',
'${{ inputs.password }}',
'${{ inputs.repository-url }}',
'${{ inputs.packages-dir }}',
'${{ inputs.verify-metadata }}',
'${{ inputs.skip-existing }}',
'${{ inputs.verbose }}',
'${{ inputs.print-hash }}',
'${{ inputs.attestations }}',
],
},
}

Expand Down

0 comments on commit d03addb

Please sign in to comment.