File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ jobs:
61
61
run : |
62
62
tag=${{ steps.get_tag.outputs.tag }}
63
63
if [[ "${{ steps.get_tag.outputs.is_semver }}" == true ]]; then
64
- echo "BUILD_APP_VERSION=${tag}" >> "$GITHUB_OUTPUTS "
64
+ echo "BUILD_APP_VERSION=${tag}" >> "$GITHUB_OUTPUT "
65
65
fi
66
- echo "BUILD_GIT_SHA=${{ github.sha }}" >> "$GITHUB_OUTPUTS "
67
- echo "BUILD_GIT_REF_NAME=${{ github.ref_name }}" >> "$GITHUB_OUTPUTS "
68
- echo "BUILD_TIMESTAMP_SECONDS=$(date +%s)" >> "$GITHUB_OUTPUTS "
66
+ echo "BUILD_GIT_SHA=${{ github.sha }}" >> "$GITHUB_OUTPUT "
67
+ echo "BUILD_GIT_REF_NAME=${{ github.ref_name }}" >> "$GITHUB_OUTPUT "
68
+ echo "BUILD_TIMESTAMP_SECONDS=$(date +%s)" >> "$GITHUB_OUTPUT "
69
69
70
70
- name : 🐙 Login to GitHub Container Registry
71
71
uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments