Skip to content

Commit e1a85aa

Browse files
Bump docker/login-action from 4 to 4.5.2
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>
1 parent 2f38a92 commit e1a85aa

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
@@ -17,13 +17,13 @@ jobs:
1717
uses: actions/checkout@v7
1818

1919
- name: Log in to Docker Hub
20-
uses: docker/login-action@v4
20+
uses: docker/login-action@v4.5.2
2121
with:
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_TOKEN }}
2424

2525
- name: Log in to the Container registry
26-
uses: docker/login-action@v4
26+
uses: docker/login-action@v4.5.2
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}

0 commit comments

Comments
 (0)