File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ jobs:
7070 uses : docker/setup-buildx-action@v4.0.0
7171
7272 - name : Log in to DockerHub
73- uses : docker/login-action@v4.0 .0
73+ uses : docker/login-action@v4.1 .0
7474 with :
7575 username : ${{ secrets.DOCKER_HUB_USERNAME }}
7676 password : ${{ secrets.DOCKER_HUB_PASSWORD }}
7777
7878 - name : Login to GitHub Container Registry
7979 if : env.HAS_GHCR_TOKEN == 'true'
80- uses : docker/login-action@v4.0 .0
80+ uses : docker/login-action@v4.1 .0
8181 with :
8282 registry : ghcr.io
8383 username : ${{ env.GHCR_OWNER }}
@@ -169,14 +169,14 @@ jobs:
169169 uses : docker/setup-buildx-action@v4.0.0
170170
171171 - name : Log in to DockerHub
172- uses : docker/login-action@v4.0 .0
172+ uses : docker/login-action@v4.1 .0
173173 with :
174174 username : ${{ secrets.DOCKER_HUB_USERNAME }}
175175 password : ${{ secrets.DOCKER_HUB_PASSWORD }}
176176
177177 - name : Login to GitHub Container Registry
178178 if : env.HAS_GHCR_TOKEN == 'true'
179- uses : docker/login-action@v4.0 .0
179+ uses : docker/login-action@v4.1 .0
180180 with :
181181 registry : ghcr.io
182182 username : ${{ env.GHCR_OWNER }}
You can’t perform that action at this time.
0 commit comments