From b8e57254fd5348d70b77b927e247c8420d555bb5 Mon Sep 17 00:00:00 2001 From: sst Date: Sat, 28 Dec 2024 21:51:28 +0000 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d17d5d..b9cf736 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,11 +119,11 @@ jobs: - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: - registry: ghcr.io + registry: rievo.dev username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Push Image to GHCR + - name: Push Image to registrz uses: https://github.com/redhat-actions/push-to-registry@v2 id: push env: