File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ runs:
7272 uses : docker/setup-buildx-action@v3
7373 - name : Login to Docker Hub # if the client has not provided a custom registry, then login to Docker Hub
7474 if : env.should-deliver-container == 'true' && inputs.container-registry-name == 'false'
75- uses : docker/login-action@v3.0 .0
75+ uses : docker/login-action@v4.1 .0
7676 with :
7777 username : ${{ inputs.container-registry-username }}
7878 password : ${{ inputs.container-registry-password }}
7979 - name : Login to the Container registry # Otherwise, if the client has provided a custom registry, then login to it
8080 if : env.should-deliver-container == 'true' && inputs.container-registry-name != 'false'
81- uses : docker/login-action@v3.0 .0
81+ uses : docker/login-action@v4.1 .0
8282 with :
8383 registry : ${{ inputs.container-registry-name }}
8484 username : ${{ inputs.container-registry-username }}
You can’t perform that action at this time.
0 commit comments