Skip to content

Commit 5712988

Browse files
authored
Merge pull request #171 from Datenschule/dependabot/github_actions/docker/login-action-3.4.0
Bump docker/login-action from 2.1.0 to 3.4.0
2 parents d38299d + 0f6b3a9 commit 5712988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Log in to Docker Hub
20-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
20+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
2121
with:
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)