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 }}