build: use namespace

This commit is contained in:
Colin Walters 2023-01-24 13:50:43 -05:00
parent 85958b2f8d
commit 38929259a3
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ jobs:
#- run: echo "force_initialize=1" >> $GITHUB_ENV #- run: echo "force_initialize=1" >> $GITHUB_ENV
# if: github.event_name == 'workflow_dispatch' # if: github.event_name == 'workflow_dispatch'
- name: Build ostree container - 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