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 e668c1e commit 51ec495Copy full SHA for 51ec495
.github/workflows/stable.yml
@@ -34,6 +34,10 @@ jobs:
34
echo '::set-output name=BUILD::YES'
35
else
36
echo "Stable tag found; skipping all build steps"
37
+ # Setting dummy tag evars to prevent steps below from failing
38
+ echo "TAG1=clux/muslrust:no1" >> $GITHUB_ENV
39
+ echo "TAG2=clux/muslrust:no2" >> $GITHUB_ENV
40
+ echo "TAG3=clux/muslrust:no3" >> $GITHUB_ENV
41
fi
42
43
- name: Build stable image
0 commit comments