Skip to content

Commit e6f0b90

Browse files
chore(deps): bump docker/login-action
Bumps [docker/login-action](https://github.com/docker/login-action) from c144859092e8e353f3e118b0b329679a62351c3e to 4907a6ddec9925e35a0a9e82d7399ccc52663121. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c144859...4907a6d) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4907a6ddec9925e35a0a9e82d7399ccc52663121 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63e0705 commit e6f0b90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_publish_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626

2727
- name: Log in to the Container registry
28-
uses: docker/login-action@da5b89b92c1be57a07eeed1334a0728b94145654
28+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)