diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb218a48..d03d2281 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,7 @@ on: jobs: build: name: Build and Push Docker Image to GitHub Container Registry + needs: cd runs-on: ubuntu-latest steps: - name: Checkout Repository diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0f9ad357..8c2aca75 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -8,6 +8,7 @@ on: jobs: cd: name: Handle Release and Deployment + needs: ci permissions: id-token: write contents: write