Skip to content

Commit

Permalink
fix: variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Nov 28, 2024
1 parent 81d5290 commit fe46592
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# make build emits full_image_name, image_tag, and image_repo outputs
- name: Build image
id: build-image
run: make build/${{ input.image }} REPO=${{ env.LOCAL_REPO }}
run: make build/${{ inputs.image }} REPO=${{ env.LOCAL_REPO }}

- name: Echo disk usage after build completion
run: ./.github/scripts/echo_usage.sh
File renamed without changes.

0 comments on commit fe46592

Please sign in to comment.