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