File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,13 +99,13 @@ jobs:
99
99
100
100
- name : Login to DockerHub
101
101
if : github.event_name != 'pull_request'
102
- uses : docker/login-action@v2
102
+ uses : docker/login-action@v3
103
103
with :
104
104
username : ${{ secrets.DOCKER_USERNAME }}
105
105
password : ${{ secrets.DOCKER_PASSWORD }}
106
106
107
107
- name : Login to GitHub Container Registry
108
- uses : docker/login-action@v2
108
+ uses : docker/login-action@v3
109
109
with :
110
110
registry : ghcr.io
111
111
username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change @@ -105,13 +105,13 @@ jobs:
105
105
106
106
- name : Login to DockerHub
107
107
if : github.event_name != 'pull_request'
108
- uses : docker/login-action@v2
108
+ uses : docker/login-action@v3
109
109
with :
110
110
username : ${{ secrets.DOCKER_USERNAME }}
111
111
password : ${{ secrets.DOCKER_PASSWORD }}
112
112
113
113
- name : Login to GitHub Container Registry
114
- uses : docker/login-action@v2
114
+ uses : docker/login-action@v3
115
115
with :
116
116
registry : ghcr.io
117
117
username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments