Skip to content

Commit

Permalink
Straggling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bcspragu committed Oct 4, 2023
1 parent e611b5a commit 193ae5c
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 193ae5c

Please sign in to comment.