Skip to content

Commit 106047f

Browse files
chore(deps): bump docker/login-action from 4 to 4.5.2 (#607)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8066a0 commit 106047f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
5555
- name: Login to Docker Hub
5656
if: github.event_name != 'pull_request'
57-
uses: docker/login-action@v4
57+
uses: docker/login-action@v4.5.2
5858
with:
5959
username: orhunp
6060
password: ${{ secrets.DOCKER_TOKEN }}
6161

6262
- name: Login to GHCR
6363
if: github.event_name != 'pull_request'
64-
uses: docker/login-action@v4
64+
uses: docker/login-action@v4.5.2
6565
with:
6666
registry: ghcr.io
6767
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)