Skip to content

Commit e90df84

Browse files
deps: bump docker/login-action in the production-dependencies group
Bumps the production-dependencies group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b212c6 commit e90df84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: docker/setup-buildx-action@v3
7070

7171
- name: Log in to the Container registry
72-
uses: docker/login-action@v3.1.0
72+
uses: docker/login-action@v3.2.0
7373
with:
7474
registry: ${{ env.REGISTRY }}
7575
username: ${{ github.actor }}
@@ -126,7 +126,7 @@ jobs:
126126
uses: actions/checkout@v4
127127

128128
- name: Log in to the Container registry
129-
uses: docker/login-action@v3.1.0
129+
uses: docker/login-action@v3.2.0
130130
with:
131131
registry: ${{ env.REGISTRY }}
132132
username: ${{ github.actor }}
@@ -162,7 +162,7 @@ jobs:
162162
cosign-release: 'v2.2.2'
163163

164164
- name: Log in to the Container registry
165-
uses: docker/login-action@v3.1.0
165+
uses: docker/login-action@v3.2.0
166166
with:
167167
registry: ${{ env.REGISTRY }}
168168
username: ${{ github.actor }}

0 commit comments

Comments
 (0)