Skip to content

Commit c4a70f1

Browse files
chore(deps): bump docker/login-action from 3.4.0 to 3.5.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22b5104 commit c4a70f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v3.10.0
3030

3131
- name: Log in to GitHub Container Registry
32-
uses: docker/login-action@v3.4.0
32+
uses: docker/login-action@v3.5.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)