From f7afd4e21c6ed17de0f0098c596074a149720c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:16:08 +0100 Subject: [PATCH] chore(deps): bump docker/login-action from 1 to 3 (#3236) Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yamil Medina --- .github/workflows/quay.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quay.yml b/.github/workflows/quay.yml index aa5580df082..442d6c7030e 100644 --- a/.github/workflows/quay.yml +++ b/.github/workflows/quay.yml @@ -20,7 +20,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: quay.io username: wire+kalium_github_actions