ci(woodpecker): define clone image outside of the pipeline
This commit is contained in:
parent
407520b782
commit
8fcb2434eb
1 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
pipeline:
|
clone:
|
||||||
clone:
|
git:
|
||||||
git:
|
image: woodpeckerci/plugin-git
|
||||||
image: woodpeckerci/plugin-git
|
settings:
|
||||||
settings:
|
tags: true
|
||||||
tags: true
|
|
||||||
|
|
||||||
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue