From 5d4e7a644adcd1194a22dcde3123d898f5157f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 10:23:59 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 15f3138..a846738 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,20 +34,20 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to DockerHub - uses: docker/login-action@v4.1.0 + uses: docker/login-action@v4.2.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to GitHub Container Registry - uses: docker/login-action@v4.1.0 + uses: docker/login-action@v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.repository_owner }} password: ${{ secrets.GH_GHCR_TOKEN }} - name: Login to Quay Container Registry - uses: docker/login-action@v4.1.0 + uses: docker/login-action@v4.2.0 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }}