Skip to content

Commit 10711d3

Browse files
ci(deps): Bump docker/login-action from 3.5.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ebc155 commit 10711d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ jobs:
397397
context: .
398398
- id: login
399399
name: Login to GitHub Container Registry
400-
uses: docker/login-action@v3.5.0
400+
uses: docker/login-action@v3.6.0
401401
with:
402402
password: ${{ secrets.GITHUB_TOKEN }}
403403
registry: ghcr.io

0 commit comments

Comments
 (0)