th: woodpecker: use latest docker
This commit is contained in:
parent
80903a3b77
commit
a40d927ae4
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: docker
|
image: docker:rc-git
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
|
- docker version
|
||||||
- docker image build -f Dockerfile . -t gitea.treehouse.systems/treehouse/mastodon:latest
|
- docker image build -f Dockerfile . -t gitea.treehouse.systems/treehouse/mastodon:latest
|
||||||
|
|
||||||
push:
|
push:
|
||||||
image: docker
|
image: docker:rc-git
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue