1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-17 16:45:25 +00:00

Merge pull request #550 from librenms/renovate/docker-login-action-4.x

chore(deps): update docker/login-action action to v4
This commit is contained in:
CrazyMax 2026-03-04 13:00:10 +01:00 committed by GitHub
commit 6400700387
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ jobs:
-
name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}