From 401f66a06426972aeec36f93fbfe9804986a7ea1 Mon Sep 17 00:00:00 2001 From: Rohit Darekar Date: Sat, 15 Nov 2025 23:14:56 +0530 Subject: [PATCH] chore: this is a pipeline push testing --- .woodpecker/my-first-workflow.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.woodpecker/my-first-workflow.yaml b/.woodpecker/my-first-workflow.yaml index 7cca3d6..f160b76 100644 --- a/.woodpecker/my-first-workflow.yaml +++ b/.woodpecker/my-first-workflow.yaml @@ -3,8 +3,20 @@ when: branch: main steps: - - name: build + - name: Test the file system image: debian commands: - echo "This is the build step" + - echo "binary-data-123" > executable + + - name: build the docker image + image: debian + commands: + - echo "This is the doceer step" + - echo "binary-data-123" > executable + + - name: Push the docker image + image: debian + commands: + - echo "This is the push step" - echo "binary-data-123" > executable \ No newline at end of file