Runner works. Now on another machine.
All checks were successful
Build image when workload image tag changes / build-if-image-changed (push) Successful in 3m21s

This commit is contained in:
2025-11-07 00:06:39 +01:00
parent dfdd68e9de
commit d2d260381e
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ spec:
mountPath: /data
containers:
- name: web
image: git.baumann.gr/adebaumann/vui:0.946
image: git.baumann.gr/adebaumann/vui:0.947
imagePullPolicy: Always
ports:
- containerPort: 8000

View File

@@ -31,6 +31,6 @@
<div class="flex-fill">{% block content %}Main Content{% endblock %}</div>
<div class="col-md-2">{% block sidebar_right %}{% endblock %}</div>
</div>
<div>VorgabenUI v0.946</div>
<div>VorgabenUI v0.947</div>
</body>
</html>