funkčný template

This commit is contained in:
Alojz Masár
2026-02-15 17:18:12 +00:00
parent b962c1be7f
commit 8938b65685
10 changed files with 154 additions and 142 deletions

View File

@@ -71,4 +71,4 @@ if ($LASTEXITCODE -ne 0) {
if ($Push) {
Invoke-DockerPushWithLoginFallback -Tag $versionTag -Registry $registry
Invoke-DockerPushWithLoginFallback -Tag $channelTag -Registry $registry
}
}