update ci workflow
Some checks failed
ci/woodpecker/manual/build_image Pipeline failed

This commit is contained in:
1e99 2024-11-10 15:11:46 +01:00
parent 3745721690
commit 3da9513349

View file

@ -6,5 +6,6 @@ when:
steps: steps:
- name: "Build Image" - name: "Build Image"
image: "docker:dind" image: "docker:dind"
privileged: true
commands: commands:
- "./build.sh" - "docker build -t git.1e99.eu/1e99/passed:$CI_COMMIT_SHA ."