From 548125cabf0b98851287a0da716f8b699fbb8a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 07:01:49 +0000 Subject: [PATCH] Bump docker/login-action from 3.1.0 to 3.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.1.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dockerimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 5f66bb2..d251a98 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -11,7 +11,7 @@ jobs: - name: Install git run: sudo apt-get install git - name: Quay login - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.6.0 with: registry: quay.io username: ${{ secrets.QUAY_USER }}