Skip to content

Commit 434fd90

Browse files
Bump docker/login-action from 3.1.0 to 3.2.0
Bumps [docker/login-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9449a7a commit 434fd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_containerTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
# Login Container Registry
7474
- name: Login Container Registry
75-
uses: docker/login-action@v3.1.0
75+
uses: docker/login-action@v3.2.0
7676
id: registry_login
7777
if: github.event_name != 'pull_request'
7878
with:

0 commit comments

Comments
 (0)