fixing both pipelines
Some checks failed
Build and Release to Staging / Build Vision Start (push) Successful in 12s
Build and Release to Staging / Deploy Vision Start (staging) (push) Has been cancelled
Build and Release to Staging / Build Vision Start Image (push) Has been cancelled

This commit is contained in:
2026-03-20 23:27:41 -03:00
parent b8e1468a46
commit 95b7be5219
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ jobs:
deploy_vision_start: deploy_vision_start:
name: Deploy Vision Start (staging) name: Deploy Vision Start (staging)
runs-on: ubuntu-amd64 runs-on: ubuntu-latest
needs: build_vision_start needs: build_vision_start
steps: steps:
- name: Recreate Container - name: Recreate Container

View File

@@ -124,7 +124,7 @@ jobs:
deploy_vision_start: deploy_vision_start:
name: Deploy Vision Start (production) name: Deploy Vision Start (production)
runs-on: ubuntu-amd64 runs-on: ubuntu-latest
needs: build_vision_start needs: build_vision_start
steps: steps:
- name: Recreate Container - name: Recreate Container