Update .github/workflows/build.yml
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 11m11s

This commit is contained in:
Seraphim Strub 2024-12-28 20:00:00 +00:00
parent f1633ecf84
commit 67b5049b9e

View file

@ -16,7 +16,7 @@ on:
env:
MY_IMAGE_NAME: "${{ github.event.repository.name }}" # the name of the image produced by this build, matches repo names
MY_IMAGE_DESC: "My Customized Universal Blue Image"
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
IMAGE_REGISTRY: "rievo.dev/${{ github.repository_owner }}" # do not edit
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ inputs.brand_name}}-${{ inputs.stream_name }}