Merge pull request #1832 from frappe/dependabot/github_actions/docker/login-action-4

chore(deps): bump docker/login-action from 3 to 4
This commit is contained in:
Daniel Radl 2026-03-05 20:40:53 +01:00 committed by GitHub
commit 3a27f333a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ jobs:
- name: Login
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

View file

@ -88,7 +88,7 @@ jobs:
- name: Login
if: ${{ inputs.push }}
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}