Skip to content

Commit bc16881

Browse files
chore(deps): bump docker/login-action from 3.0.0 to 3.4.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@343f7c4...74a5d14) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f779a3 commit bc16881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
2020
- name: Login to Docker Hub
21-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
21+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
2222
with:
2323
username: "${{ secrets.DOCKERHUB_USERNAME }}"
2424
password: "${{ secrets.DOCKERHUB_PASSWORD }}"

0 commit comments

Comments
 (0)