From ebe110cdc1e4bc41c29f130c08b85a5354d19294 Mon Sep 17 00:00:00 2001 From: Abdul Rauf Date: Wed, 15 Nov 2023 23:09:49 +0000 Subject: [PATCH] ci: update docker/login-action to v3 --- .github/workflows/container-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 5785f31b..fa2cbe14 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -46,7 +46,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }}