Skip to content

Commit 49fd85e

Browse files
committed
Fix GITHUB_OUTPUT
1 parent b717240 commit 49fd85e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker_hub_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
fi
4040
fi
4141
echo "TAG_NAME=$TAG_NAME" >> $GITHUB_OUTPUT
42+
echo "SPEC_NAME=$SPEC_NAME" >> $GITHUB_OUTPUT
4243
4344
- name: 'Build production ${{ steps.image_tag.outputs.TAG_NAME }} image'
4445
if: steps.image_tag.outputs.TAG_NAME != 'master'

0 commit comments

Comments
 (0)