api no longer fails when no pilots or logbook entries

This commit is contained in:
2024-12-01 14:56:18 -06:00
parent e7f37ce89a
commit 5e70b8fd6b
5 changed files with 7 additions and 7 deletions

View File

@@ -59,4 +59,4 @@ jobs:
- name: Update Container App
run: |
az containerapp update --name flying-api --resource-group noahspan --image docker.io/noahspan/flying-api:${{ github.run_id }}
az containerapp update --name flying-api-${{ inputs.calling_workflow }}-${{ github.run_id }} --resource-group noahspan --image docker.io/noahspan/flying-api:${{ github.run_id }}