diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dac80d4..fd70a0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Get the version + id: get_version run: | value=`grep -oP 'docker \K[\d\.]*' conf/dependencies.yml` echo "{VERSION}={value}" >> $GITHUB_OUTPUT