Skip to content

Commit c26aa1b

Browse files
Bump docker/login-action from 3.3.0 to 3.4.0 in the actions group
Bumps the actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3f733f commit c26aa1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-container-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# https://github.com/docker/login-action
3333
- name: Log into registry ${{ env.REGISTRY }}
3434
if: github.event_name != 'pull_request'
35-
uses: docker/login-action@v3.3.0
35+
uses: docker/login-action@v3.4.0
3636
with:
3737
registry: ${{ env.REGISTRY }}
3838
username: ${{ github.actor }}

0 commit comments

Comments
 (0)