From 0177adc4c7b03281148feb7774e7753c3b37fb56 Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Tue, 14 Apr 2026 06:48:02 +0000 Subject: [PATCH] fixing github actions steps and configuration --- .github/workflows/registry-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/registry-ci.yml b/.github/workflows/registry-ci.yml index 3a941a978..65d22e220 100644 --- a/.github/workflows/registry-ci.yml +++ b/.github/workflows/registry-ci.yml @@ -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: |