Merge pull request #471 from wallabag/dependabot/github_actions/docker/login-action-4

Bump docker/login-action from 3 to 4
This commit is contained in:
Jérémy Benoist
2026-03-09 08:50:25 +01:00
committed by GitHub

View File

@ -16,13 +16,13 @@ jobs:
uses: actions/checkout@v6
- name: Log in to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to the Container registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}