From 7c643adf176e6b228dcea53861e8f06d46ce4f5d Mon Sep 17 00:00:00 2001 From: Alexey Kucherenko Date: Wed, 17 Apr 2024 09:28:43 +0300 Subject: [PATCH] ci: test ci --- .github/workflows/cd.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 065b341..4695f6a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,6 +16,7 @@ jobs: build-and-push: name: "Build and push docker image" runs-on: ubuntu-latest + environment: staging outputs: environment: ${{ steps.extract.outputs.environment }} steps: @@ -29,15 +30,12 @@ jobs: EXTRACTED: ${{ steps.extract.outputs.environment }} - name: Print variables - environment: staging run: echo "${{ toJSON(vars)}}" - name: Print env - environment: staging run: echo "${{ toJSON(env)}}" - name: Print secrets - environment: staging run: echo "${{ toJSON(secrets)}}" - name: Checkout repository