th: woodpecker: use latest docker

th-downstream
Ariadne Conill 2 years ago
parent 80903a3b77
commit a40d927ae4

@ -1,13 +1,14 @@
pipeline:
build:
image: docker
image: docker:rc-git
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker version
- docker image build -f Dockerfile . -t gitea.treehouse.systems/treehouse/mastodon:latest
push:
image: docker
image: docker:rc-git
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:

Loading…
Cancel
Save