Skip to content

Commit 15022fe

Browse files
chore(deps): bump docker/login-action from 3.1.0 to 3.5.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.1.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 6fb4de9 commit 15022fe

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
@@ -36,7 +36,7 @@ jobs:
3636
restore-keys: |
3737
${{ runner.os }}-buildx-
3838
- name: Login to GitHub Container Registry
39-
uses: docker/login-action@v3.1.0
39+
uses: docker/login-action@v3.5.0
4040
if: github.event_name != 'pull_request'
4141
with:
4242
registry: ghcr.io

0 commit comments

Comments
 (0)