forked from Yara724/api
Update .woodpecker.yml docker repositories
This commit is contained in:
@@ -23,7 +23,7 @@ variables:
|
||||
|
||||
steps:
|
||||
pull:
|
||||
image: alpine/git:latest
|
||||
image: docker.arvancloud.ir/alpine/git:latest
|
||||
environment:
|
||||
<<: *pipeline_env
|
||||
volumes:
|
||||
@@ -34,7 +34,7 @@ steps:
|
||||
- date +%s > /workspace/.wp-deploy-start
|
||||
|
||||
deploy:
|
||||
image: docker:24-cli
|
||||
image: docker.arvancloud.ir/docker:24-cli
|
||||
environment:
|
||||
<<: *pipeline_env
|
||||
volumes:
|
||||
@@ -45,7 +45,7 @@ steps:
|
||||
- docker compose -f docker-compose.yml up -d --build
|
||||
|
||||
notify-success:
|
||||
image: alpine:3.20
|
||||
image: docker.arvancloud.ir/alpine:3.20
|
||||
environment:
|
||||
<<: *pipeline_env
|
||||
ROCKETCHAT_WEBHOOK:
|
||||
@@ -94,7 +94,7 @@ steps:
|
||||
rm -f /workspace/.wp-deploy-start
|
||||
|
||||
notify-failure:
|
||||
image: alpine:3.20
|
||||
image: docker.arvancloud.ir/alpine:3.20
|
||||
environment:
|
||||
<<: *pipeline_env
|
||||
ROCKETCHAT_WEBHOOK:
|
||||
|
||||
Reference in New Issue
Block a user