Skip to content

Commit ae772e6

Browse files
Bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9cc2126 commit ae772e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
path: src
7878

7979
- name: log in to docker hub
80-
uses: docker/login-action@v3
80+
uses: docker/login-action@v4
8181
with:
8282
username: ${{ secrets.DOCKER_USER_NAME }}
8383
password: ${{ secrets.DOCKER_TOKEN }}

0 commit comments

Comments
 (0)