Skip to content

Commit

Permalink
ci: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot committed Apr 17, 2024
1 parent ddc803d commit 7c643ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 7c643ad

Please sign in to comment.