From e837995675a46b3eecc9e5ec6c30438819aa6b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:06:49 +0100 Subject: [PATCH] Bump isbang/compose-action from 1.4.1 to 1.5.0 (#226) * 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](https://github.com/isbang/compose-action/compare/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] * Update DeployOnMergeMain.yml * Update ros-builldtools to v2.0.7 --------- Signed-off-by: dependabot[bot] 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> --- .github/workflows/DeployOnMergeMain.yml | 2 +- .github/workflows/TestOnPR.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/DeployOnMergeMain.yml b/.github/workflows/DeployOnMergeMain.yml index 129bc8d..eb304d5 100644 --- a/.github/workflows/DeployOnMergeMain.yml +++ b/.github/workflows/DeployOnMergeMain.yml @@ -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}} diff --git a/.github/workflows/TestOnPR.yml b/.github/workflows/TestOnPR.yml index 183e06a..26f3cae 100644 --- a/.github/workflows/TestOnPR.yml +++ b/.github/workflows/TestOnPR.yml @@ -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' @@ -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'