Skip to content

Commit

Permalink
Refactor devcontainer build step in release workflow: Update referenc…
Browse files Browse the repository at this point in the history
…e to build-dev-container-image action
  • Loading branch information
lgersman committed Oct 14, 2024
1 parent 915809a commit 1913646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
run: echo "image_name=${{ steps.build_devcontainer_image.outputs.image_name }}"

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

0 comments on commit 1913646

Please sign in to comment.