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 25
25
steps :
26
26
-
27
27
name : Login to DockerHub
28
- uses : docker/login-action@v2
28
+ uses : docker/login-action@v3
29
29
with :
30
30
username : ${{ inputs.docker_registry_username }}
31
31
password : ${{ inputs.docker_registry_password }}
35
35
run : dotnet run/docker.dll --target=DockerManifest --arch=amd64 --arch=arm64 --docker_dotnetversion=${{ inputs.targetFramework }} --docker_distro=${{ inputs.distro }} --docker_registry dockerhub
36
36
-
37
37
name : Login to GitHub
38
- uses : docker/login-action@v2
38
+ uses : docker/login-action@v3
39
39
with :
40
40
registry : ghcr.io
41
41
username : ${{ inputs.github_registry_username }}
Original file line number Diff line number Diff line change 28
28
steps :
29
29
-
30
30
name : Login to DockerHub
31
- uses : docker/login-action@v2
31
+ uses : docker/login-action@v3
32
32
with :
33
33
username : ${{ inputs.docker_registry_username }}
34
34
password : ${{ inputs.docker_registry_password }}
38
38
run : dotnet run/docker.dll --target=DockerPublish --arch=${{ inputs.arch }} --docker_dotnetversion=${{ inputs.targetFramework }} --docker_distro=${{ inputs.distro }} --docker_registry dockerhub --verbosity=diagnostic
39
39
-
40
40
name : Login to GitHub
41
- uses : docker/login-action@v2
41
+ uses : docker/login-action@v3
42
42
with :
43
43
registry : ghcr.io
44
44
username : ${{ inputs.github_registry_username }}
You can’t perform that action at this time.
0 commit comments