Skip to content

Commit 790118a

Browse files
Bump docker/login-action in the actions-minor-patch group
Bumps the actions-minor-patch group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c11393 commit 790118a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Log in to the Container registry
3838
if: env.PUSH_IMAGE == 'true'
39-
uses: docker/login-action@v3.6.0
39+
uses: docker/login-action@v3.7.0
4040
with:
4141
registry: ${{ env.REGISTRY }}
4242
username: ${{ github.actor }}
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Log in to the Container registry
9595
if: env.PUSH_IMAGE == 'true'
96-
uses: docker/login-action@v3.6.0
96+
uses: docker/login-action@v3.7.0
9797
with:
9898
registry: ${{ env.REGISTRY }}
9999
username: ${{ github.actor }}
@@ -157,7 +157,7 @@ jobs:
157157
label: 'repo checkout'
158158

159159
- name: Log in to the Container registry
160-
uses: docker/login-action@v3.6.0
160+
uses: docker/login-action@v3.7.0
161161
with:
162162
registry: ${{ env.REGISTRY }}
163163
username: ${{ github.actor }}
@@ -223,7 +223,7 @@ jobs:
223223
uses: actions/checkout@v6
224224

225225
- name: Log in to the Container registry
226-
uses: docker/login-action@v3.6.0
226+
uses: docker/login-action@v3.7.0
227227
with:
228228
registry: ${{ env.REGISTRY }}
229229
username: ${{ github.actor }}
@@ -274,7 +274,7 @@ jobs:
274274

275275
- name: Log in to the Container registry
276276
if: env.PUSH_IMAGE == 'true'
277-
uses: docker/login-action@v3.6.0
277+
uses: docker/login-action@v3.7.0
278278
with:
279279
registry: ${{ env.REGISTRY }}
280280
username: ${{ github.actor }}
@@ -331,7 +331,7 @@ jobs:
331331

332332
- name: Log in to the Container registry
333333
if: env.PUSH_IMAGE == 'true'
334-
uses: docker/login-action@v3.6.0
334+
uses: docker/login-action@v3.7.0
335335
with:
336336
registry: ${{ env.REGISTRY }}
337337
username: ${{ github.actor }}
@@ -381,7 +381,7 @@ jobs:
381381

382382
- name: Log in to the Container registry
383383
if: env.PUSH_IMAGE == 'true'
384-
uses: docker/login-action@v3.6.0
384+
uses: docker/login-action@v3.7.0
385385
with:
386386
registry: ${{ env.REGISTRY }}
387387
username: ${{ github.actor }}

0 commit comments

Comments
 (0)