Skip to content

Commit

Permalink
Merge pull request #1865 from AppDaemon/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3.0.0

Bump docker/login-action from 2.1.0 to 3.0.0
  • Loading branch information
acockburn authored Jan 29, 2024
2 parents ec8a896 + 4af1875 commit 61d177b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into Docker Hub
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref_name == 'dev') && github.repository == 'AppDaemon/appdaemon'
uses: docker/login-action@v2.1.0
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 61d177b

Please sign in to comment.