From ad414f1c3bbb5811cd9114936cc238006af4cef9 Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Fri, 22 Mar 2024 11:58:36 -0400 Subject: [PATCH] Revert "chore(deps): update docker/login-action to v3.1.0 (#330)" (#336) This reverts commit f4a436d7c2be9355f1dd6d9aca0c07547d9abae2. Signed-off-by: Michael Valdron --- .github/workflows/pushimge-next.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pushimge-next.yaml b/.github/workflows/pushimge-next.yaml index 044842db..80e2b35f 100644 --- a/.github/workflows/pushimge-next.yaml +++ b/.github/workflows/pushimge-next.yaml @@ -43,7 +43,7 @@ jobs: with: go-version: 1.13 - name: Login to Quay - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }}