Skip to content

Commit c77ad57

Browse files
committed
update workflow
1 parent 772b83e commit c77ad57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
echo "commit_hash=$commit_hash" >> $GITHUB_ENV
3333
echo "tar_file=$tar_file" >> $GITHUB_ENV
3434
echo "image_name=$image_name" >> $GITHUB_ENV
35+
echo "::set-output name=commit_hash::$commit_hash"
36+
echo "::set-output name=tar_file::$tar_file"
37+
echo "::set-output name=image_name::$image_name"
38+
echo "commit_hash="$commit_hash
39+
echo "tar_file="$tar_file
40+
echo "image_name="$image_name
3541
3642
- name: Set up Docker Buildx
3743
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)