Skip to content

Commit

Permalink
Push the parser image as part of our deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bcspragu committed Feb 14, 2024
1 parent f47f8a6 commit d894cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d894cbc

Please sign in to comment.