File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,14 +117,14 @@ jobs:
117117 -
118118 name : Login into Docker Hub
119119 if : env.exists == 'false'
120- uses : docker/login-action@v3
120+ uses : docker/login-action@v4
121121 with :
122122 username : ${{ secrets.DOCKERHUB_USERNAME }}
123123 password : ${{ secrets.DOCKERHUB_TOKEN }}
124124 -
125125 name : Login to GitHub Container Registry
126126 if : env.exists == 'false'
127- uses : docker/login-action@v3
127+ uses : docker/login-action@v4
128128 with :
129129 registry : ghcr.io
130130 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v2
99 with :
1010 fetch-depth : 0
11- - uses : docker/login-action@v1
11+ - uses : docker/login-action@v4
1212 with :
1313 registry : ghcr.io
1414 username : ${{ github.repository_owner }}
1515 password : ${{ secrets.GITHUB_TOKEN }}
16- - uses : docker/login-action@v1
16+ - uses : docker/login-action@v4
1717 if : 0
1818 with :
1919 username : voidic
You can’t perform that action at this time.
0 commit comments