aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.woodpecker.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml
index be7c016..1bacb2f 100644
--- a/.woodpecker.yaml
+++ b/.woodpecker.yaml
@@ -1,8 +1,8 @@
steps:
- - uses: actions/checkout@v3
-
- - name: "Publish"
- uses: devcontainers/action@v1
- with:
- publish-features: "true"
- base-path-to-features: "./src" \ No newline at end of file
+ checkout:
+ image: actions/checkout@v3
+ Publish:
+ image: devcontainers/action@v1
+ settings:
+ publish-features: "true"
+ base-path-to-features: "./src" \ No newline at end of file