Skip to content

Commit b01933a

Browse files
Update docker/login-action action to v2.2.0
1 parent be158a1 commit b01933a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-matrix-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
# https://github.com/docker/login-action
238238
- name: Log into registry ${{ env.REGISTRY }}
239239
#if: github.event_name == 'release'
240-
uses: docker/login-action@v2.1.0
240+
uses: docker/login-action@v2.2.0
241241
with:
242242
registry: ${{ env.REGISTRY }}
243243
username: ${{ github.actor }}

0 commit comments

Comments
 (0)