Update docker/login/action.yaml

This commit is contained in:
Zakary Timson 2023-11-24 03:38:03 +00:00
parent 75516540b6
commit e9ed69ad88

View File

@ -18,8 +18,11 @@ inputs:
runs:
using: composite
steps:
- name: Creat Image Tag
run: echo "URL=$(echo ${{github.server_url}} | sed s%http://%% | sed s%https://%% )" >> $GITHUB_ENV
shell: sh
- name: Docker Login
uses: docker://docker
with:
entrypoint: docker
args: login -u ${{inputs.user}} -p ${{inputs.password}} ${{inputs.registry}}
args: login -u ${{inputs.user}} -p ${{inputs.password}} ${{env.URL}}