File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 steps :
2626 -
2727 name : Login to DockerHub
28- uses : docker/login-action@v2
28+ uses : docker/login-action@v3
2929 with :
3030 username : ${{ inputs.docker_registry_username }}
3131 password : ${{ inputs.docker_registry_password }}
3535 run : dotnet run/docker.dll --target=DockerManifest --arch=amd64 --arch=arm64 --docker_dotnetversion=${{ inputs.targetFramework }} --docker_distro=${{ inputs.distro }} --docker_registry dockerhub
3636 -
3737 name : Login to GitHub
38- uses : docker/login-action@v2
38+ uses : docker/login-action@v3
3939 with :
4040 registry : ghcr.io
4141 username : ${{ inputs.github_registry_username }}
Original file line number Diff line number Diff line change 2828 steps :
2929 -
3030 name : Login to DockerHub
31- uses : docker/login-action@v2
31+ uses : docker/login-action@v3
3232 with :
3333 username : ${{ inputs.docker_registry_username }}
3434 password : ${{ inputs.docker_registry_password }}
3838 run : dotnet run/docker.dll --target=DockerPublish --arch=${{ inputs.arch }} --docker_dotnetversion=${{ inputs.targetFramework }} --docker_distro=${{ inputs.distro }} --docker_registry dockerhub --verbosity=diagnostic
3939 -
4040 name : Login to GitHub
41- uses : docker/login-action@v2
41+ uses : docker/login-action@v3
4242 with :
4343 registry : ghcr.io
4444 username : ${{ inputs.github_registry_username }}
You can’t perform that action at this time.
0 commit comments