chore(ci): properly document new reusable_build_packages step.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>

Co-authored-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Federico Di Pierro 2023-04-28 09:41:20 +02:00 committed by poiana
parent f448023a8f
commit a193a46981

View File

@ -12,6 +12,11 @@ on:
value: ${{ jobs.fetch-version.outputs.version }}
jobs:
# We need to use an ubuntu-latest to fetch Falco version because
# Falco version is computed by some cmake scripts that do git sorceries
# to get the current version.
# But centos7 jobs have a git version too old and actions/checkout does not
# fully clone the repo, but uses http rest api instead.
fetch-version:
runs-on: ubuntu-latest
# Map the job outputs to step outputs