Skip to content

Commit c44fbaf

Browse files
Update docker/login-action action to v3.5.0
1 parent 44f2792 commit c44fbaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Login against a Docker registry
4343
# https://github.com/docker/login-action
4444
- name: Log into registry ${{ env.REGISTRY }}
45-
uses: docker/login-action@v3.4.0
45+
uses: docker/login-action@v3.5.0
4646
with:
4747
registry: ${{ env.REGISTRY }}
4848
username: ${{ github.actor }}
@@ -135,7 +135,7 @@ jobs:
135135
# Login against a Docker registry
136136
# https://github.com/docker/login-action
137137
- name: Log into registry ${{ env.REGISTRY }}
138-
uses: docker/login-action@v3.4.0
138+
uses: docker/login-action@v3.5.0
139139
with:
140140
registry: ${{ env.REGISTRY }}
141141
username: ${{ github.actor }}
@@ -237,7 +237,7 @@ jobs:
237237
# Login against a Docker registry
238238
# https://github.com/docker/login-action
239239
- name: Log into registry ${{ env.REGISTRY }}
240-
uses: docker/login-action@v3.4.0
240+
uses: docker/login-action@v3.5.0
241241
with:
242242
registry: ${{ env.REGISTRY }}
243243
username: ${{ github.actor }}

0 commit comments

Comments
 (0)