Skip to content

Commit

Permalink
Refactor devcontainer build step in release workflow: Update release.…
Browse files Browse the repository at this point in the history
…yaml to include step for dumping steps context
  • Loading branch information
lgersman committed Oct 14, 2024
1 parent 35cc6c1 commit eb4f6bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: display output name
run: echo "image_name=${{ steps.build_dev_container_image.outputs.image_name }}"

- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJson(steps) }}
run: echo "$STEPS_CONTEXT"

build-dev-container-image:
uses: ./.github/workflows/build-devcontainer-image.yaml

0 comments on commit eb4f6bf

Please sign in to comment.