Skip to content

Commit

Permalink
Push the parser image as part of our deploy pipeline (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcspragu authored Feb 14, 2024
1 parent 4b3f571 commit 692ba96
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 692ba96

Please sign in to comment.