From 2d7d6bff3df557d1d6c96983f96195ee4e0ec52b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 May 2022 11:51:06 +0200 Subject: [PATCH] Update docker/login-action action to v2 (#167) Co-authored-by: Renovate Bot --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8b2450..867ff6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,7 +194,7 @@ jobs: - uses: actions/download-artifact@v3 with: { name: ui, path: ui/dist } - run: go build -o catalyst ./cmd/catalyst/. - - uses: docker/login-action@v1 + - uses: docker/login-action@v2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}