Skip to content

Commit

Permalink
fix: add registry configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Dec 21, 2024
1 parent 0b08c91 commit d280166
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Add Container Policy
run: |
sudo cp ./build_files/container-policy.json /etc/containers/policy.json
sudo cp -r ./build_files/containers /etc/containers
- name: Image Name
shell: bash
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions build_files/containers/registries.d/ghcr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docker:
ghcr.io:
use-sigstore-attachments: true

0 comments on commit d280166

Please sign in to comment.