Skip to content

Commit 2e1ff62

Browse files
build(deps): bump docker/login-action from 4.2.0 to 4.4.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.2.0...v4.4.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f408761 commit 2e1ff62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image-publish-github-registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Login to GitHub Container Registry
5656
if: github.event_name != 'pull_request'
57-
uses: docker/login-action@v4.2.0
57+
uses: docker/login-action@v4.4.0
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.repository_owner }}
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
6666
if: ${{env.DOCKERHUB_USERNAME != '' && startsWith(github.ref, 'refs/tags/v')}}
67-
uses: docker/login-action@v4.2.0
67+
uses: docker/login-action@v4.4.0
6868
id: login-hub
6969
with:
7070
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)