From 83633a4c8d89dd431310d69aaa491ebb9d18f012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:53:01 +0000 Subject: [PATCH] chore: bump docker/login-action from 4.5.1 to 4.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.1 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/abd2ef45e78c5afb21d64d4ca52ee8550d9572c7...dbcb813823bdd20940b903addbd779551569679f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-image.yml | 2 +- .github/workflows/trivy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 1743903c..e02614c0 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -47,7 +47,7 @@ jobs: run: | echo "IMAGE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV - name: Login to ${{ env.REGISTRY }} - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 4aa64f9d..d20b7745 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v7 - name: Login to ${{ env.REGISTRY }} - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}