Skip to content

Commit 7c3551c

Browse files
committed
v1.3.0
1 parent 394580f commit 7c3551c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414
- name: Get the version
15+
id: get_version
1516
run: |
1617
value=`grep -oP 'docker \K[\d\.]*' conf/dependencies.yml`
1718
echo "{VERSION}={value}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)