github: imp workflow doc

This commit is contained in:
Eugene Burkov 2024-02-07 13:27:15 +03:00
parent 825a00c8dd
commit f26ec4440c

View File

@ -101,6 +101,9 @@
- 'name': 'Set up Docker Buildx'
'uses': 'docker/setup-buildx-action@v1'
- 'name': 'Run snapshot build'
# Set a custom version string, since the checkout@v2 action does not seem
# to know about the master branch, while the version script uses it to
# count the number of commits within the branch.
'run': 'make SIGN=0 VERBOSE=1 VERSION="v0.0.0-github" build-release build-docker'
'notify':