Fix: always pull new docker images
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
teutat3s 2023-09-15 12:16:23 +02:00
parent b0596b9f44
commit c6675e75a6
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -76,6 +76,7 @@
dependsOn = ["drone-db"];
extraOptions = [
"--network=drone-net"
"--pull=always"
];
environment = {
DRONE_GITEA_SERVER = "https://git.pub.solar";
@ -98,6 +99,7 @@
dependsOn = ["drone-db"];
extraOptions = [
"--network=drone-net"
"--pull=always"
];
environment = {
DRONE_RPC_HOST = "ci.pub.solar";