Use the built image for the main pipeline

This commit is contained in:
Alessio 2023-06-05 18:06:50 -03:00
parent 04eb65aef3
commit c01c927a92

View File

@ -6,6 +6,6 @@ pipeline:
image: docker image: docker
commands: commands:
- cd .woodpecker/docker - cd .woodpecker/docker
- docker build -f go.dockerfile -t test-image . - docker build -f go.dockerfile -t offline-twitter/go .
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock