Skip to content

Commit

Permalink
Updated docker compose syntax in github actions (#736)
Browse files Browse the repository at this point in the history
* Update docker compose syntax

* Updated changelog
  • Loading branch information
ddobie authored Aug 7, 2024
1 parent 705a815 commit 148740e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-dev-database/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
runs:
using: "composite"
steps:
- run: docker-compose up -d
- run: docker compose up -d
working-directory: ${{ github.action_path }}
shell: bash
env:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

#### Fixed

- Updated github action syntax to correctly call docker compose [#736](https://github.com/askap-vast/vast-pipeline/pull/736)
- Fix memory leak in new_sources merge [#730](https://github.com/askap-vast/vast-pipeline/pull/730)
- Fix memory leak in model upload [#726](https://github.com/askap-vast/vast-pipeline/pull/726)
- Implemented sensible dask dataframe partitioning [#724](https://github.com/askap-vast/vast-pipeline/pull/724)
Expand Down Expand Up @@ -120,6 +121,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

#### List of PRs

- [#736](https://github.com/askap-vast/vast-pipeline/pull/736): fix: Updated github action syntax to correctly call docker compose
- [#730](https://github.com/askap-vast/vast-pipeline/pull/730): fix: Fix memory leak in new_sources merge
- [#726](https://github.com/askap-vast/vast-pipeline/pull/726): fix: Fix memory leak in model upload and use chunks for associations upload
- [#724](https://github.com/askap-vast/vast-pipeline/pull/724): fix, feat: Implemented sensible dask dataframe partitioning
Expand Down

0 comments on commit 148740e

Please sign in to comment.