Skip to content

Commit 51ec495

Browse files
committed
last fix?
Signed-off-by: clux <sszynrae@gmail.com>
1 parent e668c1e commit 51ec495

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stable.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
echo '::set-output name=BUILD::YES'
3535
else
3636
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
3741
fi
3842
3943
- name: Build stable image

0 commit comments

Comments
 (0)