diff --git a/.woodpecker.yml b/.woodpecker.yml index 0206564..c2d0324 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ when: steps: - name: build-image - image: docker:dind + image: docker commands: - docker build -t scottyah/blog:latest . - docker push scottyah/blog:latest