From 2e20c24cda1b3fb0c7ecb71ff5ecdd5d1da639dd Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Thu, 12 Jan 2023 22:18:45 +0100 Subject: [PATCH] Added latest tag for docker images --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 418f3c8..0f54136 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,7 +55,7 @@ volumes: steps: - name: ubuntu_build - image: ubuntu:latest + image: ubuntu_build:latest pull: if-not-exists volumes: - name: ubuntu_ccache @@ -71,7 +71,7 @@ steps: - make -j2 - name: ubuntu_test - image: ubuntu:latest + image: ubuntu_build:latest pull: if-not-exists commands: # The following commands are not required, we included this in the docker