From 7b3f0e26b9119f4bab3e6e4705f47cef0170928e Mon Sep 17 00:00:00 2001 From: Tay Sui Sin Date: Wed, 31 Jul 2024 17:08:35 +0800 Subject: [PATCH] chore: update workflows to have environment of staging --- .github/workflows/build_docker_image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 8c13857c278a..e9bdb74abebe 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -17,6 +17,7 @@ jobs: contents: read attestations: write id-token: write + environment: Staging steps: - name: Check out the repo uses: actions/checkout@v4