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 0a87fb8 commit 5389c33Copy full SHA for 5389c33
.github/workflows/docker-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
VERSION=`cat storage/VERSION`
28
echo "RELEASE_VER=$(echo $VERSION)" >> $GITHUB_ENV
29
- echo "RELEASE_RUNNUMBER=$(echo ($GITHUB_RUN_NUMBER+874))" >> $GITHUB_ENV
+ echo "RELEASE_RUNNUMBER=$(($GITHUB_RUN_NUMBER+874))" >> $GITHUB_ENV
30
31
# Set up BuildKit Docker container builder to be able to build
32
# multi-platform images and export cache
0 commit comments