fix inputs
This commit is contained in:
parent
336a9290bb
commit
cd8b68eda0
1 changed files with 4 additions and 4 deletions
|
@ -68,10 +68,10 @@ runs:
|
|||
-e=REGISTRY=${{ inputs.login_registry }}
|
||||
-e=USERNAME=${{ inputs.login_username }}
|
||||
-e=PASSWORD=${{ inputs.login_password }}
|
||||
-e=ACTION_TAGS=${{ steps.convert.outputs.tags }}
|
||||
-e=ACTION_LABELS=${{ steps.convert.outputs.labels }}
|
||||
-e=ACTION_BUILD_ARGS=${{ steps.convert.outputs.build_args }}
|
||||
-e=ACTION_EXTRA_ARGS=${{ steps.convert.outputs.extra_args }}
|
||||
-e=ACTION_TAGS=${{ inputs.tags }}
|
||||
-e=ACTION_LABELS=${{ inputs.labels }}
|
||||
-e=ACTION_BUILD_ARGS=${{ inputs.build_args }}
|
||||
-e=ACTION_EXTRA_ARGS=${{ inputs.extra_args }}
|
||||
-e=DOCKERFILE=${{ inputs.dockerfile }}
|
||||
-e=REVISION=${{ github.sha }}
|
||||
-e=SOURCE=${{ github.server_url }}/${{ github.repository }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue