We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f6da5 commit cbdb493Copy full SHA for cbdb493
1 file changed
.github/workflows/publish-webapp.yml
@@ -61,11 +61,11 @@ jobs:
61
run: |
62
tag=${{ steps.get_tag.outputs.tag }}
63
if [[ "${{ steps.get_tag.outputs.is_semver }}" == true ]]; then
64
- echo "BUILD_APP_VERSION=${tag}" >> "$GITHUB_OUTPUTS"
+ echo "BUILD_APP_VERSION=${tag}" >> "$GITHUB_OUTPUT"
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"
+ echo "BUILD_GIT_SHA=${{ github.sha }}" >> "$GITHUB_OUTPUT"
+ echo "BUILD_GIT_REF_NAME=${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
+ echo "BUILD_TIMESTAMP_SECONDS=$(date +%s)" >> "$GITHUB_OUTPUT"
69
70
- name: 🐙 Login to GitHub Container Registry
71
uses: docker/login-action@v3
0 commit comments