maybe now
Some checks failed
Build and Release to Staging / Build Vision Start (push) Successful in 11s
Build and Release to Staging / Build Vision Start Image (push) Failing after 1m32s
Build and Release to Staging / Deploy Vision Start (staging) (push) Has been skipped

This commit is contained in:
2026-03-20 23:49:30 -03:00
parent 0d636ab680
commit aec7a331c6
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ jobs:
build:
name: Build Vision Start
if: gitea.event_name == 'push'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
build_vision_start:
name: Build Vision Start Image
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
steps:
- name: Check out repository
@@ -54,7 +54,7 @@ jobs:
deploy_vision_start:
name: Deploy Vision Start (staging)
runs-on: ubuntu-latest
runs-on: ubuntu-amd64
needs: build_vision_start
steps:
- name: Recreate Container

View File

@@ -97,7 +97,7 @@ jobs:
build_vision_start:
name: Build Vision Start Image
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
steps:
- name: Check out repository
@@ -124,7 +124,7 @@ jobs:
deploy_vision_start:
name: Deploy Vision Start (production)
runs-on: ubuntu-latest
runs-on: ubuntu-amd64
needs: build_vision_start
steps:
- name: Recreate Container