Always pull newest image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
678e7247c1
commit
5b20b93184
@ -16,6 +16,7 @@ local add_build_steps() = [
|
|||||||
{
|
{
|
||||||
name: getStepName(arch),
|
name: getStepName(arch),
|
||||||
image: cross_image,
|
image: cross_image,
|
||||||
|
pull: true,
|
||||||
volumes: [
|
volumes: [
|
||||||
{
|
{
|
||||||
name: 'dockersock',
|
name: 'dockersock',
|
||||||
@ -48,6 +49,7 @@ local add_build_steps() = [
|
|||||||
[{
|
[{
|
||||||
name: 'Wait for Docker',
|
name: 'Wait for Docker',
|
||||||
image: cross_image,
|
image: cross_image,
|
||||||
|
pull: true,
|
||||||
commands: [
|
commands: [
|
||||||
'mkdir artifacts',
|
'mkdir artifacts',
|
||||||
'while ! docker image ls; do sleep 1; done',
|
'while ! docker image ls; do sleep 1; done',
|
||||||
@ -90,6 +92,7 @@ local add_build_steps() = [
|
|||||||
services: [{
|
services: [{
|
||||||
name: 'docker',
|
name: 'docker',
|
||||||
image: 'docker:dind',
|
image: 'docker:dind',
|
||||||
|
pull: true,
|
||||||
privileged: true,
|
privileged: true,
|
||||||
volumes: [
|
volumes: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user