From 128545c2a954dda814780723a97c4182bdf0c713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 11:45:44 +0000 Subject: [PATCH] Build(deps): Bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 916386b00027d425839f8da46d302dab33f5875b to 0567fa5ae8c9a197cb207537dc5cbb43ca3d803f. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/916386b00027d425839f8da46d302dab33f5875b...0567fa5ae8c9a197cb207537dc5cbb43ca3d803f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 0567fa5ae8c9a197cb207537dc5cbb43ca3d803f dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b3e122..6369a44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: tags: snaggle_devcontainer - name: Log in to the Container registry - uses: docker/login-action@916386b00027d425839f8da46d302dab33f5875b + uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}