From 2b7eab8a517a2969d0dfc70aa26682ce28170975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 07:41:07 +0000 Subject: [PATCH] Bump docker/login-action from 3.1.0 to 3.4.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.1.0...v3.4.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.4.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..e93378f 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.4.0 with: registry: quay.io username: ${{ secrets.QUAY_USER }}