From 2430ebf321cafde8578e25be40bd5d7a4d8cc325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 23:00:30 +0000 Subject: [PATCH] build(deps): bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 5139682d94efc37792e6b54386b5b470a68a4737 to db779458846adfddbc884a8e8b86376e277d24b2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/5139682d94efc37792e6b54386b5b470a68a4737...db779458846adfddbc884a8e8b86376e277d24b2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bcb5577823..0b1c8f87b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry - uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 + uses: docker/login-action@db779458846adfddbc884a8e8b86376e277d24b2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}