Community maintained Docker config for the knot server
0
fork

Configure Feed

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

👷 : add build image pipeline

+21
+21
.tangled/workflows/build.yml
··· 1 + when: 2 + - event: ["push", "manual"] 3 + branch: ["*"] 4 + 5 + engine: "nixery" 6 + 7 + # using the default values 8 + clone: 9 + skip: false 10 + depth: 1 11 + submodules: false 12 + 13 + 14 + dependencies: 15 + # nixpkgs 16 + nixpkgs: 17 + - kaniko 18 + 19 + steps: 20 + - name: "Build image" 21 + command: "kaniko --context . --dockerfile Dockerfile"