From d894cbc5688a635d73eb8c0f57d4abdde61e6b17 Mon Sep 17 00:00:00 2001 From: Brandon Sprague Date: Mon, 12 Feb 2024 14:44:56 -0800 Subject: [PATCH] Push the parser image as part of our deploy pipeline --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b1bac63..ff092c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,6 +57,7 @@ jobs: run: | 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 + bazelisk run --@io_bazel_rules_go//go/config:pure //cmd/parser:push_image -- --tag=dev - name: Deploy backend on Container Apps uses: azure/container-apps-deploy-action@v1