We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394580f commit 7c3551cCopy full SHA for 7c3551c
.github/workflows/build.yml
@@ -12,6 +12,7 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v4
14
- name: Get the version
15
+ id: get_version
16
run: |
17
value=`grep -oP 'docker \K[\d\.]*' conf/dependencies.yml`
18
echo "{VERSION}={value}" >> $GITHUB_OUTPUT
0 commit comments