From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 11:11:39 +0000 (+0530) Subject: Bump docker/login-action from 1.14.0 to 1.14.1 (#364) X-Git-Tag: v1.8.0~7 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=01930ab0cfad1929d1883940542ada78ed8a9e0f;p=cinny.git Bump docker/login-action from 1.14.0 to 1.14.1 (#364) Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 08c9d33..4efd8e9 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2.4.0 - name: Log in to Docker Hub - uses: docker/login-action@v1.14.0 + uses: docker/login-action@v1.14.1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}