From 13ba78d2cf0feb660522a5754002b92824ae4db8 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:17:28 +0100 Subject: [PATCH] Added latest tag for docker images --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index be7f37f..418f3c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ clone: steps: - name: archlinux_build - image: archlinux_build + image: archlinux_build:latest pull: if-not-exists volumes: - name: archlinux_ccache @@ -22,7 +22,7 @@ steps: - make -j2 - name: archlinux_test - image: archlinux_build + image: archlinux_build:latest pull: if-not-exists commands: # The following command is not required, we included this in the docker @@ -55,7 +55,7 @@ volumes: steps: - name: ubuntu_build - image: ubuntu + image: ubuntu:latest pull: if-not-exists volumes: - name: ubuntu_ccache @@ -71,7 +71,7 @@ steps: - make -j2 - name: ubuntu_test - image: ubuntu + image: ubuntu:latest pull: if-not-exists commands: # The following commands are not required, we included this in the docker