We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e8c869 + 3d37f04 commit 4ae599fCopy full SHA for 4ae599f
1 file changed
.github/workflows/build-deploy.yml
@@ -121,7 +121,7 @@ jobs:
121
# https://github.com/docker/login-action
122
- name: Log into Docker Hub
123
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
+ uses: docker/login-action@v3.6.0
125
with:
126
username: ${{ secrets.DOCKERHUB_USERNAME }}
127
password: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments