Skip to content

Commit 1d2895f

Browse files
authored
build(deps): bump docker/login-action from 2 to 3 (distribution#4239)
2 parents 2fcf209 + 5c5d8d3 commit 1d2895f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ jobs:
9898
-
9999
name: Login to DockerHub
100100
if: github.event_name != 'pull_request'
101-
uses: docker/login-action@v2
101+
uses: docker/login-action@v3
102102
with:
103103
username: ${{ secrets.DOCKERHUB_USERNAME }}
104104
password: ${{ secrets.DOCKERHUB_TOKEN }}
105105

106106
-
107107
name: Log in to GitHub Container registry
108108
if: github.event_name != 'pull_request'
109-
uses: docker/login-action@v2
109+
uses: docker/login-action@v3
110110
with:
111111
registry: ghcr.io
112112
username: ${{ github.actor }}

0 commit comments

Comments
 (0)