Skip to content

Commit 7bcb31d

Browse files
Bump docker/login-action from 3.3.0 to 3.4.0 (#327)
Bumps [docker/login-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 663f6fa commit 7bcb31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# https://github.com/docker/login-action
6868
- name: Log into registry ${{ env.REGISTRY }}
6969
if: github.event_name != 'pull_request'
70-
uses: docker/login-action@v3.3.0
70+
uses: docker/login-action@v3.4.0
7171
with:
7272
registry: ${{ env.REGISTRY }}
7373
username: ${{ secrets.DECKHOUSE_REGISTRY_USER }}

0 commit comments

Comments
 (0)