Skip to content

Commit 89b9614

Browse files
build(deps): bump docker/login-action from 3.2.0 to 3.3.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@0d4c9c5...9780b0c) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be2e21b commit 89b9614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-push-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4
7777

7878
- name: Login to DockerHub
79-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
79+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
8080
if: ${{steps.dockerfile-exists.outputs.result == 'true' && inputs.docker_hub}}
8181
with:
8282
username: ${{ secrets.DOCKERHUB_USERNAME }}
8383
password: ${{ secrets.DOCKERHUB_PASSWORD }}
8484

8585
- name: Login to ECR
86-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
86+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
8787
if: ${{steps.dockerfile-exists.outputs.result == 'true' && inputs.aws_ecr}}
8888
with:
8989
registry: ${{ env.ECR_REGISTRY }}

0 commit comments

Comments
 (0)