File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 # Login against a Docker registry
4343 # https://github.com/docker/login-action
4444 - name : Log into registry ${{ env.REGISTRY }}
45- uses : docker/login-action@v3.5 .0
45+ uses : docker/login-action@v3.6 .0
4646 with :
4747 registry : ${{ env.REGISTRY }}
4848 username : ${{ github.actor }}
@@ -135,7 +135,7 @@ jobs:
135135 # Login against a Docker registry
136136 # https://github.com/docker/login-action
137137 - name : Log into registry ${{ env.REGISTRY }}
138- uses : docker/login-action@v3.5 .0
138+ uses : docker/login-action@v3.6 .0
139139 with :
140140 registry : ${{ env.REGISTRY }}
141141 username : ${{ github.actor }}
@@ -237,7 +237,7 @@ jobs:
237237 # Login against a Docker registry
238238 # https://github.com/docker/login-action
239239 - name : Log into registry ${{ env.REGISTRY }}
240- uses : docker/login-action@v3.5 .0
240+ uses : docker/login-action@v3.6 .0
241241 with :
242242 registry : ${{ env.REGISTRY }}
243243 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments