From f9c584164c51037920122bd1082f89a062ef613f Mon Sep 17 00:00:00 2001 From: sst Date: Sat, 21 Dec 2024 22:39:24 +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 af80143..b007b18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: # Build image using Buildah action - name: Build Image id: build_image - uses: redhat-actions/buildah-build@v2 + uses: https://github.com/redhat-actions/buildah-build@v2 with: containerfiles: | ./Containerfile @@ -112,7 +112,7 @@ jobs: # https://github.com/macbre/push-to-ghcr/issues/12 - name: Lowercase Registry id: registry_case - uses: ASzc/change-string-case-action@v6 + uses: https://github.com/ASzc/change-string-case-action@v6 with: string: ${{ env.IMAGE_REGISTRY }} @@ -124,7 +124,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Image to GHCR - uses: redhat-actions/push-to-registry@v2 + uses: https://github.com/redhat-actions/push-to-registry@v2 id: push env: REGISTRY_USER: ${{ github.actor }}