Skip to content

Commit 75147c2

Browse files
Bump docker/login-action from 2 to 3 (#159)
1 parent 6efad01 commit 75147c2

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.github/workflows/alpine-mainline.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
registry-type: public
5959

6060
- name: Login to Docker Hub
61-
uses: docker/login-action@v2
61+
uses: docker/login-action@v3
6262
with:
6363
username: ${{ secrets.DOCKERHUB_USERNAME }}
6464
password: ${{ secrets.DOCKERHUB_TOKEN }}
6565

6666
- name: Login to GitHub Container Registry
67-
uses: docker/login-action@v2
67+
uses: docker/login-action@v3
6868
with:
6969
registry: ghcr.io
7070
username: ${{ github.actor }}
@@ -159,13 +159,13 @@ jobs:
159159
registry-type: public
160160

161161
- name: Login to Docker Hub
162-
uses: docker/login-action@v2
162+
uses: docker/login-action@v3
163163
with:
164164
username: ${{ secrets.DOCKERHUB_USERNAME }}
165165
password: ${{ secrets.DOCKERHUB_TOKEN }}
166166

167167
- name: Login to GitHub Container Registry
168-
uses: docker/login-action@v2
168+
uses: docker/login-action@v3
169169
with:
170170
registry: ghcr.io
171171
username: ${{ github.actor }}
@@ -260,13 +260,13 @@ jobs:
260260
registry-type: public
261261

262262
- name: Login to Docker Hub
263-
uses: docker/login-action@v2
263+
uses: docker/login-action@v3
264264
with:
265265
username: ${{ secrets.DOCKERHUB_USERNAME }}
266266
password: ${{ secrets.DOCKERHUB_TOKEN }}
267267

268268
- name: Login to GitHub Container Registry
269-
uses: docker/login-action@v2
269+
uses: docker/login-action@v3
270270
with:
271271
registry: ghcr.io
272272
username: ${{ github.actor }}

.github/workflows/alpine-stable.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
registry-type: public
5959

6060
- name: Login to Docker Hub
61-
uses: docker/login-action@v2
61+
uses: docker/login-action@v3
6262
with:
6363
username: ${{ secrets.DOCKERHUB_USERNAME }}
6464
password: ${{ secrets.DOCKERHUB_TOKEN }}
6565

6666
- name: Login to GitHub Container Registry
67-
uses: docker/login-action@v2
67+
uses: docker/login-action@v3
6868
with:
6969
registry: ghcr.io
7070
username: ${{ github.actor }}
@@ -151,13 +151,13 @@ jobs:
151151
registry-type: public
152152

153153
- name: Login to Docker Hub
154-
uses: docker/login-action@v2
154+
uses: docker/login-action@v3
155155
with:
156156
username: ${{ secrets.DOCKERHUB_USERNAME }}
157157
password: ${{ secrets.DOCKERHUB_TOKEN }}
158158

159159
- name: Login to GitHub Container Registry
160-
uses: docker/login-action@v2
160+
uses: docker/login-action@v3
161161
with:
162162
registry: ghcr.io
163163
username: ${{ github.actor }}
@@ -244,13 +244,13 @@ jobs:
244244
registry-type: public
245245

246246
- name: Login to Docker Hub
247-
uses: docker/login-action@v2
247+
uses: docker/login-action@v3
248248
with:
249249
username: ${{ secrets.DOCKERHUB_USERNAME }}
250250
password: ${{ secrets.DOCKERHUB_TOKEN }}
251251

252252
- name: Login to GitHub Container Registry
253-
uses: docker/login-action@v2
253+
uses: docker/login-action@v3
254254
with:
255255
registry: ghcr.io
256256
username: ${{ github.actor }}

.github/workflows/debian-mainline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
registry-type: public
5959

6060
- name: Login to Docker Hub
61-
uses: docker/login-action@v2
61+
uses: docker/login-action@v3
6262
with:
6363
username: ${{ secrets.DOCKERHUB_USERNAME }}
6464
password: ${{ secrets.DOCKERHUB_TOKEN }}
6565

6666
- name: Login to GitHub Container Registry
67-
uses: docker/login-action@v2
67+
uses: docker/login-action@v3
6868
with:
6969
registry: ghcr.io
7070
username: ${{ github.actor }}
@@ -159,13 +159,13 @@ jobs:
159159
registry-type: public
160160

161161
- name: Login to Docker Hub
162-
uses: docker/login-action@v2
162+
uses: docker/login-action@v3
163163
with:
164164
username: ${{ secrets.DOCKERHUB_USERNAME }}
165165
password: ${{ secrets.DOCKERHUB_TOKEN }}
166166

167167
- name: Login to GitHub Container Registry
168-
uses: docker/login-action@v2
168+
uses: docker/login-action@v3
169169
with:
170170
registry: ghcr.io
171171
username: ${{ github.actor }}

.github/workflows/debian-stable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
registry-type: public
5959

6060
- name: Login to Docker Hub
61-
uses: docker/login-action@v2
61+
uses: docker/login-action@v3
6262
with:
6363
username: ${{ secrets.DOCKERHUB_USERNAME }}
6464
password: ${{ secrets.DOCKERHUB_TOKEN }}
6565

6666
- name: Login to GitHub Container Registry
67-
uses: docker/login-action@v2
67+
uses: docker/login-action@v3
6868
with:
6969
registry: ghcr.io
7070
username: ${{ github.actor }}
@@ -151,13 +151,13 @@ jobs:
151151
registry-type: public
152152

153153
- name: Login to Docker Hub
154-
uses: docker/login-action@v2
154+
uses: docker/login-action@v3
155155
with:
156156
username: ${{ secrets.DOCKERHUB_USERNAME }}
157157
password: ${{ secrets.DOCKERHUB_TOKEN }}
158158

159159
- name: Login to GitHub Container Registry
160-
uses: docker/login-action@v2
160+
uses: docker/login-action@v3
161161
with:
162162
registry: ghcr.io
163163
username: ${{ github.actor }}

0 commit comments

Comments
 (0)