fix: Release workflow for service image (#182)

This commit is contained in:
Pavlo Paliychuk 2024-10-08 17:40:17 -04:00 committed by GitHub
parent 67bea7d079
commit edfc7ac524
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,6 @@ env:
jobs: jobs:
release: release:
needs: build-and-start-svc
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
id-token: write id-token: write

View file

@ -10,8 +10,10 @@ env:
IMAGE_NAME: zepai/graphiti IMAGE_NAME: zepai/graphiti
jobs: jobs:
build_and_start_svc:
uses: ./.github/workflows/build-and-start-svc.yml
docker-image: docker-image:
needs: build-and-start-svc needs: build_and_start_svc
environment: environment:
name: release name: release
runs-on: ubuntu-latest runs-on: ubuntu-latest