Skip to content

Commit a82797c

Browse files
Bump docker/login-action from 2.1.0 to 3.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7db326 commit a82797c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
${{ runner.os }}-buildx-
3838
-
3939
name: Login to GitHub Container Registry
40-
uses: docker/login-action@v2.1.0
40+
uses: docker/login-action@v3.7.0
4141
if: github.event_name != 'pull_request'
4242
with:
4343
registry: ghcr.io

0 commit comments

Comments
 (0)