Skip to content

Commit

Permalink
Remove default COPR_REPO
Browse files Browse the repository at this point in the history
The default COPR_REPO for IDM Console Framework 2.1 has been
removed since all dependencies should be available on Fedora 40.
  • Loading branch information
edewata committed Mar 28, 2024
1 parent 38979bd commit 1d58c2e
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 @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
BASE_IMAGE: ${{ vars.BASE_IMAGE || 'registry.fedoraproject.org/fedora:40' }}
COPR_REPO: ${{ vars.COPR_REPO || '@pki/master' }}
COPR_REPO: ${{ vars.COPR_REPO }}
NAMESPACE: ${{ vars.REGISTRY_NAMESPACE || 'dogtagpki' }}

jobs:
Expand Down

0 comments on commit 1d58c2e

Please sign in to comment.