Skip to content

Commit

Permalink
Fix docker version in build
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Jun 5, 2024
1 parent 31014b7 commit c800096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Install playbook dependencies
run: |
python3 -m pip install docker
python3 -m pip install docker==6.1.3
- name: Build and stage Ascender
working-directory: ascender
Expand Down

0 comments on commit c800096

Please sign in to comment.