sploit for arena-battle
build-and-push / detect (push) Successful in 10s
build-and-push / build (${{ fromJSON(needs.detect.outputs.services) }}) (push) Successful in 51s

This commit is contained in:
2026-08-26 11:29:05 +03:00
parent 593500424a
commit 5d765a09db
1436 changed files with 539800 additions and 14 deletions
@@ -0,0 +1,21 @@
{{define "watch"}}
{{template "header"}}
<div class="ui text container">
<video controls width="640">
<source src="/{{ .VideoPath}}" type="video/webm"/>
<track label="Text" kind="subtitles" srclang="en" src="{{ .VttPath }}" default>
<p>Video is not supported in your browser</p>
</video>
<div class="ui one column grid">
<div class="column">
<div class="ui message">
<h4 class="ui header">{{ .Description }}</h4>
</div>
</div>
</div>
</div>
{{template "footer"}}
{{ end }}