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 eaba675 commit dea38be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ jobs:
container:
image: python:2.7.18-buster
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Get the version
id: get_version
run: |
value=`grep -oP 'docker \K[\d\.]*' conf/dependencies.yml`
echo "{VERSION}={value}" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit dea38be

Please # to comment.