build(deps): bump docker/login-action from 3 to 4 (#21916)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Mar 9, 2026 at 09:09 UTC
4e2407853f1ba74c4153c5a4c4073dcb5e89660c
1 file changed
+6
-6
.github/workflows/docker.yml
+6
-6
@@ -357,7 +357,7 @@ jobs:
357
- name: Registry Login
358
id: login
359
if: github.repository == 'netdata/netdata'
360
- uses: docker/login-action@v3
360
+ uses: docker/login-action@v4
361
with:
362
username: ${{ secrets.DOCKER_HUB_USERNAME }}
363
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
@@ -440,7 +440,7 @@ jobs:
440
- name: Registry Login
441
id: login
442
if: github.repository == 'netdata/netdata'
443
- uses: docker/login-action@v3
443
+ uses: docker/login-action@v4
444
with:
445
username: ${{ secrets.DOCKER_HUB_USERNAME }}
446
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
@@ -515,7 +515,7 @@ jobs:
515
- name: Registry Login
516
id: login
517
if: github.repository == 'netdata/netdata'
518
- uses: docker/login-action@v3
518
+ uses: docker/login-action@v4
519
with:
520
registry: quay.io
521
username: ${{ secrets.NETDATABOT_QUAY_USERNAME }}
@@ -599,7 +599,7 @@ jobs:
599
- name: Registry Login
600
id: login
601
if: github.repository == 'netdata/netdata'
602
- uses: docker/login-action@v3
602
+ uses: docker/login-action@v4
603
with:
604
registry: quay.io
605
username: ${{ secrets.NETDATABOT_QUAY_USERNAME }}
@@ -675,7 +675,7 @@ jobs:
675
- name: Registry Login
676
id: login
677
if: github.repository == 'netdata/netdata'
678
- uses: docker/login-action@v3
678
+ uses: docker/login-action@v4
679
with:
680
registry: ghcr.io
681
username: ${{ github.repository_owner }}
@@ -759,7 +759,7 @@ jobs:
759
- name: Registry Login
760
id: login
761
if: github.repository == 'netdata/netdata'
762
- uses: docker/login-action@v3
762
+ uses: docker/login-action@v4
763
with:
764
registry: ghcr.io
765
username: ${{ github.repository_owner }}