We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81fb58 commit 463108eCopy full SHA for 463108e
.github/workflows/build-armbian-x86-server-image.yml
@@ -124,7 +124,7 @@ jobs:
124
rm -rf build
125
# Display disk usage after cleanup
126
df -hT ${PWD}
127
- echo "build_tag=Armbian_${{ inputs.set_release }}_amd64_server_$(date +"%Y.%m")" >> ${GITHUB_ENV}
+ echo "build_tag=Armbian_amd64_server_$(date +"%Y.%m")" >> ${GITHUB_ENV}
128
echo "status=success" >> ${GITHUB_OUTPUT}
129
130
- name: Build the Docker image
0 commit comments