From c86ee3868cc83fa1d2813b53c4c6f10f4b528473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 11:07:48 +0000 Subject: [PATCH] build(deps): bump docker/login-action in /.github/workflows Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 66f8af3..b52aa02 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -212,7 +212,7 @@ jobs: ## ---------- BUILD - name: "Login to Container Registry" id: docker-login-build - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 with: username: ${{ env.AUTHOR_USERNAME }} password: ${{ secrets.DOCKERHUB_PASS }} @@ -306,7 +306,7 @@ jobs: ## ---------- SCAN-IMAGE - name: "Login to Container Registry" id: docker-login-trivy - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 with: username: ${{ env.AUTHOR_USERNAME }} password: ${{ secrets.DOCKERHUB_PASS }}