Community maintained Docker config for the knot server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

👷 : use executor command instead of kaniko

+1 -1
+1 -1
.tangled/workflows/build.yml
··· 18 18 19 19 steps: 20 20 - name: "Build image" 21 - command: "kaniko --context . --dockerfile Dockerfile" 21 + command: "executor --context . --dockerfile Dockerfile"