Skip to content

Commit 20c0ca2

Browse files
chore(deps): bump docker/login-action from 2.1.0 to 3.3.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@f4ef78c...9780b0c) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de0f2b1 commit 20c0ca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerhub-image-build-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v4
3535

3636
- name: Log in to Docker Hub
37-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
37+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
3838
with:
3939
username: ${{ secrets.DOCKER_USERNAME }}
4040
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/dockerhub-image-build-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v4
3535

3636
- name: Log in to Docker Hub
37-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
37+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
3838
with:
3939
username: ${{ secrets.DOCKER_USERNAME }}
4040
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)