Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
naku committed Nov 25, 2024
1 parent 394580f commit 7c3551c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c3551c

Please sign in to comment.