We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772b83e commit c77ad57Copy full SHA for c77ad57
.github/workflows/build.yaml
@@ -32,6 +32,12 @@ jobs:
32
echo "commit_hash=$commit_hash" >> $GITHUB_ENV
33
echo "tar_file=$tar_file" >> $GITHUB_ENV
34
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
41
42
- name: Set up Docker Buildx
43
uses: docker/setup-buildx-action@v3
0 commit comments