Skip to content

Commit fd32506

Browse files
renovate[bot]alcohol
authored andcommitted
Update docker/login-action action to v4
1 parent 7019899 commit fd32506

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/1.10.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,22 +125,22 @@ jobs:
125125

126126
- name: Login to Docker Hub
127127
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
128-
uses: docker/login-action@v3
128+
uses: docker/login-action@v4
129129
with:
130130
username: ${{ secrets.DOCKERHUB_USERNAME }}
131131
password: ${{ secrets.DOCKERHUB_PASSWORD }}
132132

133133
- name: Login to Amazon Public ECR
134134
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
135-
uses: docker/login-action@v3
135+
uses: docker/login-action@v4
136136
with:
137137
registry: public.ecr.aws
138138
username: ${{ secrets.AWS_ECR_ACCESS_KEY }}
139139
password: ${{ secrets.AWS_ECR_SECRET_KEY }}
140140

141141
- name: Login to Github Container Registry
142142
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
143-
uses: docker/login-action@v3
143+
uses: docker/login-action@v4
144144
with:
145145
registry: ghcr.io
146146
username: ${{ github.repository_owner }}
@@ -207,20 +207,20 @@ jobs:
207207
uses: docker/setup-buildx-action@v3
208208

209209
- name: Login to Docker Hub
210-
uses: docker/login-action@v3
210+
uses: docker/login-action@v4
211211
with:
212212
username: ${{ secrets.DOCKERHUB_USERNAME }}
213213
password: ${{ secrets.DOCKERHUB_PASSWORD }}
214214

215215
- name: Login to Amazon Public ECR
216-
uses: docker/login-action@v3
216+
uses: docker/login-action@v4
217217
with:
218218
registry: public.ecr.aws
219219
username: ${{ secrets.AWS_ECR_ACCESS_KEY }}
220220
password: ${{ secrets.AWS_ECR_SECRET_KEY }}
221221

222222
- name: Login to Github Container Registry
223-
uses: docker/login-action@v3
223+
uses: docker/login-action@v4
224224
with:
225225
registry: ghcr.io
226226
username: ${{ github.repository_owner }}

.github/workflows/2.2.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,22 +125,22 @@ jobs:
125125

126126
- name: Login to Docker Hub
127127
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
128-
uses: docker/login-action@v3
128+
uses: docker/login-action@v4
129129
with:
130130
username: ${{ secrets.DOCKERHUB_USERNAME }}
131131
password: ${{ secrets.DOCKERHUB_PASSWORD }}
132132

133133
- name: Login to Amazon Public ECR
134134
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
135-
uses: docker/login-action@v3
135+
uses: docker/login-action@v4
136136
with:
137137
registry: public.ecr.aws
138138
username: ${{ secrets.AWS_ECR_ACCESS_KEY }}
139139
password: ${{ secrets.AWS_ECR_SECRET_KEY }}
140140

141141
- name: Login to Github Container Registry
142142
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
143-
uses: docker/login-action@v3
143+
uses: docker/login-action@v4
144144
with:
145145
registry: ghcr.io
146146
username: ${{ github.repository_owner }}
@@ -207,20 +207,20 @@ jobs:
207207
uses: docker/setup-buildx-action@v3
208208

209209
- name: Login to Docker Hub
210-
uses: docker/login-action@v3
210+
uses: docker/login-action@v4
211211
with:
212212
username: ${{ secrets.DOCKERHUB_USERNAME }}
213213
password: ${{ secrets.DOCKERHUB_PASSWORD }}
214214

215215
- name: Login to Amazon Public ECR
216-
uses: docker/login-action@v3
216+
uses: docker/login-action@v4
217217
with:
218218
registry: public.ecr.aws
219219
username: ${{ secrets.AWS_ECR_ACCESS_KEY }}
220220
password: ${{ secrets.AWS_ECR_SECRET_KEY }}
221221

222222
- name: Login to Github Container Registry
223-
uses: docker/login-action@v3
223+
uses: docker/login-action@v4
224224
with:
225225
registry: ghcr.io
226226
username: ${{ github.repository_owner }}

.github/workflows/latest.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,22 +129,22 @@ jobs:
129129

130130
- name: Login to Docker Hub
131131
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
132-
uses: docker/login-action@v3
132+
uses: docker/login-action@v4
133133
with:
134134
username: ${{ secrets.DOCKERHUB_USERNAME }}
135135
password: ${{ secrets.DOCKERHUB_PASSWORD }}
136136

137137
- name: Login to Amazon Public ECR
138138
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
139-
uses: docker/login-action@v3
139+
uses: docker/login-action@v4
140140
with:
141141
registry: public.ecr.aws
142142
username: ${{ secrets.AWS_ECR_ACCESS_KEY }}
143143
password: ${{ secrets.AWS_ECR_SECRET_KEY }}
144144

145145
- name: Login to Github Container Registry
146146
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
147-
uses: docker/login-action@v3
147+
uses: docker/login-action@v4
148148
with:
149149
registry: ghcr.io
150150
username: ${{ github.repository_owner }}
@@ -211,20 +211,20 @@ jobs:
211211
uses: docker/setup-buildx-action@v3
212212

213213
- name: Login to Docker Hub
214-
uses: docker/login-action@v3
214+
uses: docker/login-action@v4
215215
with:
216216
username: ${{ secrets.DOCKERHUB_USERNAME }}
217217
password: ${{ secrets.DOCKERHUB_PASSWORD }}
218218

219219
- name: Login to Amazon Public ECR
220-
uses: docker/login-action@v3
220+
uses: docker/login-action@v4
221221
with:
222222
registry: public.ecr.aws
223223
username: ${{ secrets.AWS_ECR_ACCESS_KEY }}
224224
password: ${{ secrets.AWS_ECR_SECRET_KEY }}
225225

226226
- name: Login to Github Container Registry
227-
uses: docker/login-action@v3
227+
uses: docker/login-action@v4
228228
with:
229229
registry: ghcr.io
230230
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)