Skip to content

Commit

Permalink
Bump isbang/compose-action from 1.4.1 to 1.5.0 (#226)
Browse files Browse the repository at this point in the history
* Bump isbang/compose-action from 1.4.1 to 1.5.0

Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/isbang/compose-action/releases)
- [Commits](hoverkraft-tech/compose-action@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: isbang/compose-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update DeployOnMergeMain.yml

* Update ros-builldtools to v2.0.7

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Mithun Kinarullathil <51120171+MithunKinarullathil@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Fernandes <84147256+AlexFernandes-MOVAI@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 24, 2023
1 parent bfd2145 commit e837995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DeployOnMergeMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
Deploy-App-Internal-Release:
runs-on: ubuntu-20.04
container:
image: registry.cloud.mov.ai/qa/ros-buildtools-noetic:v2.0.3
image: registry.cloud.mov.ai/qa/ros-buildtools-noetic:v2.0.7
options: --user root
credentials:
username: ${{secrets.PORTUS_APP_USER}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/TestOnPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
sudo chown 1000:1000 ./{logs,shared,userspace,models_database} -R
- name: run docker-compose cluster
uses: isbang/compose-action@v1.4.1
uses: isbang/compose-action@v1.5.0
with:
compose-file: './docker-compose.yml'
down-flags: '--volumes'
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
sudo chown 1000:1000 ./{logs,shared,userspace,models_database} -R
- name: run docker-compose cluster in host mode
uses: isbang/compose-action@v1.4.1
uses: isbang/compose-action@v1.5.0
with:
compose-file: './docker-compose-host.yml'
down-flags: '--volumes'
Expand Down

0 comments on commit e837995

Please sign in to comment.