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