From 97a3bfcc336a709909651b8fec3c54991b9ccbcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 09:51:52 +0000 Subject: [PATCH] chore(deps): bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 3d58c274f17dffee475a5520cbe67f0a882c4dbb to 0d4c9c5ea7693da7b068278f7b52bda2a190a446. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/3d58c274f17dffee475a5520cbe67f0a882c4dbb...0d4c9c5ea7693da7b068278f7b52bda2a190a446) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 24d7d3b..9bf0f0b 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -180,7 +180,7 @@ jobs: with: install: true - name: "Setup: GitHub Credentials" - uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 if: inputs.auth with: registry: ${{ inputs.registry }}