Skip to content

Commit

Permalink
Build + push the runner on deployment (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcspragu authored Oct 5, 2023
1 parent b146009 commit bd972e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd972e1

Please sign in to comment.