Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Nov 10, 2023
1 parent 5b2b423 commit 83a6d5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: debug registry
run: |
set -x
cat /etc/containers/registries.conf
echo ~/.config/containers/registries.conf
cat ~/.config/containers/registries.conf
exit 1
- name: Run registry for testing
run: |
./ci/run-local-registry.sh &
Expand Down

0 comments on commit 83a6d5a

Please sign in to comment.