From bd972e1400567cf93669fee028e98e354bb760d4 Mon Sep 17 00:00:00 2001 From: Brandon Sprague Date: Thu, 5 Oct 2023 10:59:15 -0700 Subject: [PATCH] Build + push the runner on deployment (#33) --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 249e03f..2e2c534 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,7 +55,8 @@ jobs: - name: Push docker images run: | - bazel run --@io_bazel_rules_go//go/config:pure //cmd/server:push_image -- --tag=dev + bazelisk run --@io_bazel_rules_go//go/config:pure //cmd/server:push_image -- --tag=dev + bazelisk run --@io_bazel_rules_go//go/config:pure //cmd/runner:push_image -- --tag=dev - name: Deploy backend on Container Apps uses: azure/container-apps-deploy-action@v1