Skip to content

Commit 4ae599f

Browse files
authored
Merge pull request #1 from jsl12/dependabot/github_actions/docker/login-action-3.6.0
Bump docker/login-action from 3.5.0 to 3.6.0
2 parents 1e8c869 + 3d37f04 commit 4ae599f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
# https://github.com/docker/login-action
122122
- name: Log into Docker Hub
123123
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref_name == 'dev') && github.repository == 'AppDaemon/appdaemon'
124-
uses: docker/login-action@v3.5.0
124+
uses: docker/login-action@v3.6.0
125125
with:
126126
username: ${{ secrets.DOCKERHUB_USERNAME }}
127127
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)