Skip to content

Commit

Permalink
fix(.github): Set docker compose latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <[email protected]>
  • Loading branch information
creatorrr committed Apr 17, 2024
1 parent 1fd91a1 commit a3b8d03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push-to-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
username: julepai
password: "${{ secrets.DOCKER_HUB_PASSWORD }}"

- uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: "2.24.6"

- name: Build images
run: |
cd ${{ matrix.directory }}
Expand Down

0 comments on commit a3b8d03

Please sign in to comment.