From 38929259a3114273fac9c3b63d6c1f0009d6edf3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 24 Jan 2023 13:50:43 -0500 Subject: [PATCH] build: use namespace --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ac69de8..fff1776 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,4 +41,4 @@ jobs: #- run: echo "force_initialize=1" >> $GITHUB_ENV # if: github.event_name == 'workflow_dispatch' - name: Build ostree container - run: rpm-ostree compose image --format=registry ${force_initialize:+--initialize} ${{ matrix.os }}.yaml ${{ env.REGISTRY }}/${{ matrix.os }}-oscore + run: rpm-ostree compose image --format=registry ${force_initialize:+--initialize} ${{ matrix.os }}.yaml ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.os }}-oscore