From de9ebec803fb84ae350de07baf367e269bb0e36d Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:16:12 -0400 Subject: [PATCH] Update pr-deploy-and-comment.yml --- .github/workflows/pr-deploy-and-comment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-deploy-and-comment.yml b/.github/workflows/pr-deploy-and-comment.yml index 929c42dc64..83db056307 100644 --- a/.github/workflows/pr-deploy-and-comment.yml +++ b/.github/workflows/pr-deploy-and-comment.yml @@ -13,6 +13,8 @@ jobs: pr-deploy-and-comment: if: ${{ contains(github.event.*.labels.*.name, 'safe to build') }} runs-on: [self-hosted, x64, linux] + container: + image: ghcr.io/viamrobotics/canon:amd64 steps: - name: Checkout uses: actions/checkout@v3