Skip to content

Commit

Permalink
Fix REGISTRY_NAMESPACE default values
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Feb 20, 2024
1 parent 0c83d84 commit c3a6fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
env:
BASE_IMAGE: ${{ vars.BASE_IMAGE || 'registry.fedoraproject.org/fedora:latest' }}
COPR_REPO: ${{ vars.COPR_REPO || '@pki/master' }}
NAMESPACE: ${{ vars.REGISTRY_NAMESPACE || github.repository_owner }}
NAMESPACE: ${{ vars.REGISTRY_NAMESPACE || 'dogtagpki' }}

jobs:
build:
Expand Down

0 comments on commit c3a6fd8

Please sign in to comment.