fix: remove BuildKit due to missing buildx component

This commit is contained in:
2026-06-04 15:40:55 +01:00
parent 3ee079b18e
commit eacf533e9f

View File

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