fix: remove BuildKit due to missing buildx component

This commit is contained in:
2026-06-04 15:55:49 +01:00
parent c37f83433c
commit 0d7468dd7f

View File

@@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {
echo '✅ Code checked out from Gitea' echo '✅ Code checked out from gitea'
} }
} }