From 38646196b6b2adfd8302be053f6a084f517cc9f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:10:02 +0000 Subject: [PATCH] Bump docker/login-action from 1 to 2 Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update_broker_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_broker_image.yml b/.github/workflows/update_broker_image.yml index 24f3847e..71be5625 100644 --- a/.github/workflows/update_broker_image.yml +++ b/.github/workflows/update_broker_image.yml @@ -20,7 +20,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to Quay Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ${{ secrets.QUAY_SERVER }} username: ${{ secrets.QUAY_USERNAME }}