Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jano42 authored Oct 15, 2020
1 parent a67940d commit 1b69949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ outputs:
runs:
using: "composite"
steps:
- run: 'echo "${{ inputs.password }}" | docker login ${{ inputs.registry }} --username ${{ inputs.username }} --password-stdin'
- run: 'echo ${{ inputs.password }} | docker login ${{ inputs.registry }} --username ${{ inputs.username }} --password-stdin'
name : 'Login to docker registry ${{ inputs.registry }}'
shell: cmd
- run: 'docker run ${{inputs.privileged}} -v %CD%:C:/work -e MAKE_PACKAGE=true -e PARAM1=${{ inputs.param1 }} -e PARAM2=${{ inputs.param2 }} -e PARAM3=${{ inputs.param3 }} -e PARAM4=${{ inputs.param4 }} ${{ inputs.buildImage }} ${{ inputs.entrypoint }}'
Expand Down

0 comments on commit 1b69949

Please sign in to comment.