Skip to content

Commit 5e46965

Browse files
authored
Upgrade Docker login action to version 2
1 parent f498bf6 commit 5e46965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow_master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
4343
- name: Login to DockerHub
44-
uses: docker/login-action@v1
44+
uses: docker/login-action@v2
4545
with:
4646
username: ${{ secrets.DOCKERHUB_USERNAME }}
4747
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)