Skip to content

Commit 3adf8d0

Browse files
chore(deps): update docker/login-action action to v2 (#1142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fced3d0 commit 3adf8d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Log in to Docker Hub
17-
uses: docker/login-action@v1
17+
uses: docker/login-action@v2
1818
with:
1919
username: ${{ secrets.DOCKER_USERNAME }}
2020
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)