mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 02:35:48 +02:00
woodpecker: also switch agent image tags
This commit is contained in:
parent
1a4b02dcff
commit
0aba4a1d20
1 changed files with 3 additions and 3 deletions
|
|
@ -60,7 +60,7 @@ services:
|
|||
- 'db-data:/var/lib/postgresql/data'
|
||||
|
||||
agent-1:
|
||||
image: 'woodpeckerci/woodpecker-agent:v0.15.4'
|
||||
image: 'woodpeckerci/woodpecker-agent:next'
|
||||
command: agent
|
||||
|
||||
deploy:
|
||||
|
|
@ -76,7 +76,7 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
agent-2:
|
||||
image: 'woodpeckerci/woodpecker-agent:v0.15.4'
|
||||
image: 'woodpeckerci/woodpecker-agent:next'
|
||||
command: agent
|
||||
|
||||
deploy:
|
||||
|
|
@ -92,7 +92,7 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
agent-3:
|
||||
image: 'woodpeckerci/woodpecker-agent:v0.15.4'
|
||||
image: 'woodpeckerci/woodpecker-agent:next'
|
||||
command: agent
|
||||
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue