Skip to content

Commit

Permalink
fixing github actions steps and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 14, 2026
1 parent 106984d commit 0177adc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/registry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
COMANAGE_REGISTRY_DATABASE_PERSISTENT: "false"

steps:
- name: Show OS info
shell: bash
run: |
cat /etc/os-release
uname -a
- name: Checkout (only for workflow files)
shell: bash
run: |
Expand Down

0 comments on commit 0177adc

Please sign in to comment.