diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index aafd432..29303d5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,4 +1,3 @@ ---- name: Docker Image CI on: @@ -11,8 +10,11 @@ jobs: build: runs-on: ubuntu-latest - steps: + - name: Find out interesting things about this runner + run: | + cat /etc/os-release + - name: Check out files uses: actions/checkout@v4