Fix: Force pull images in deploy workflow
All checks were successful
Build and Push / build-all (push) Successful in 8m52s

This commit is contained in:
doomtube 2026-01-06 23:20:31 -05:00
parent 5430e434c3
commit 7f56f19e94
10 changed files with 164 additions and 30 deletions

View file

@ -330,12 +330,6 @@
{/if}
<button class="username-btn" style="color: {safeUserColor}" on:click={handleUsernameClick} on:dblclick={handleUsernameDoubleClick}>
{message.username}
{#if message.isStreamer}
<span class="badge streamer">STREAMER</span>
{/if}
{#if message.isGuest}
<span class="badge guest">GUEST</span>
{/if}
</button>
{#if message.usedRoll}
<span class="cmd-tag roll-tag">R</span>