From 2a5da515fd08c2c70303308eaeaa25c3cf3642d6 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Date: Wed, 11 Dec 2024 13:35:06 +1100 Subject: [PATCH] change to central --- .github/workflows/build_deploy_edge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_deploy_edge.yml b/.github/workflows/build_deploy_edge.yml index 2658237..a4bb619 100644 --- a/.github/workflows/build_deploy_edge.yml +++ b/.github/workflows/build_deploy_edge.yml @@ -15,7 +15,7 @@ permissions: jobs: build_push: runs-on: ubuntu-latest - environment: edge # temp: should be reverted to central + environment: central outputs: digest: ${{ steps.build_and_push.outputs.digest }} steps: