From 8593fa4bea52c88e927573b92444c764bbdc03e0 Mon Sep 17 00:00:00 2001 From: sst Date: Sat, 28 Dec 2024 22:46:55 +0000 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9cf736..327df86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,10 +116,10 @@ jobs: with: string: ${{ env.IMAGE_REGISTRY }} - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + - name: Log in to the GitHub Container registry + uses: https://github.com/redhat-actions/podman-login@v1 with: - registry: rievo.dev + registry: ${{ env.IMAGE_REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}