chore: this is a pipeline push testing
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
2025-11-15 23:14:56 +05:30
parent f8d92520a6
commit 401f66a064

View File

@@ -3,8 +3,20 @@ when:
branch: main branch: main
steps: steps:
- name: build - name: Test the file system
image: debian image: debian
commands: commands:
- echo "This is the build step" - echo "This is the build step"
- echo "binary-data-123" > executable - 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