@cryptotaxi247 / netdata-1 / commits / 437d453bc

Bump docker/login-action from 2 to 3 (#15992)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Sep 18, 2023 at 10:54 UTC 437d453bcd98d6b7c3efe20879fc382301c9dc0c
1 file changed +6 -6
.github/workflows/docker.yml
+6 -6
@@ -193,14 +193,14 @@ jobs:
193 - name: Docker Hub Login
194 id: docker-hub-login
195 if: github.repository == 'netdata/netdata'
196 - uses: docker/login-action@v2
196 + uses: docker/login-action@v3
197 with:
198 username: ${{ secrets.DOCKER_HUB_USERNAME }}
199 password: ${{ secrets.DOCKER_HUB_PASSWORD }}
200 - name: GitHub Container Registry Login
201 id: ghcr-login
202 if: github.repository == 'netdata/netdata'
203 - uses: docker/login-action@v2
203 + uses: docker/login-action@v3
204 with:
205 registry: ghcr.io
206 username: ${{ github.repository_owner }}
@@ -208,7 +208,7 @@ jobs:
208 - name: Quay.io Login
209 id: quay-login
210 if: github.repository == 'netdata/netdata'
211 - uses: docker/login-action@v2
211 + uses: docker/login-action@v3
212 with:
213 registry: quay.io
214 username: ${{ secrets.NETDATABOT_QUAY_USERNAME }}
@@ -305,14 +305,14 @@ jobs:
305 - name: Docker Hub Login
306 id: docker-hub-login
307 if: github.repository == 'netdata/netdata'
308 - uses: docker/login-action@v2
308 + uses: docker/login-action@v3
309 with:
310 username: ${{ secrets.DOCKER_HUB_USERNAME }}
311 password: ${{ secrets.DOCKER_HUB_PASSWORD }}
312 - name: GitHub Container Registry Login
313 id: ghcr-login
314 if: github.repository == 'netdata/netdata'
315 - uses: docker/login-action@v2
315 + uses: docker/login-action@v3
316 with:
317 registry: ghcr.io
318 username: ${{ github.repository_owner }}
@@ -320,7 +320,7 @@ jobs:
320 - name: Quay.io Login
321 id: quay-login
322 if: github.repository == 'netdata/netdata'
323 - uses: docker/login-action@v2
323 + uses: docker/login-action@v3
324 with:
325 registry: quay.io
326 username: ${{ secrets.NETDATABOT_QUAY_USERNAME }}