Skip to content

Commit

Permalink
Fix build & push for hosted API
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPeczek-Roboflow committed Jul 12, 2024
1 parent ad9373c commit 2b5ddac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: |
./docker/publish/onnx_lambda.sh roboflow-platform slim
- name: 🛠️ Build and push docker image [CORE MODELS] to PRODUCTION 🚨
if: ${{ !github.event.inputs.exclude_core_models_lambda == 'false' }}
if: ${{ github.event.inputs.exclude_core_models_lambda == 'false' }}
run: |
./docker/publish/onnx_lambda.sh roboflow-platform
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
run: |
./docker/publish/onnx_lambda.sh roboflow-staging slim
- name: 🛠️ Build and push docker image [CORE MODELS] to STAGING 😎
if: ${{ !github.event.inputs.exclude_core_models_lambda == 'false' }}
if: ${{ github.event.inputs.exclude_core_models_lambda == 'false' }}
run: |
./docker/publish/onnx_lambda.sh roboflow-staging

0 comments on commit 2b5ddac

Please sign in to comment.