Added latest tag for docker images
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Anne de Jong 2023-01-12 22:18:45 +01:00
parent 13ba78d2cf
commit 2e20c24cda
1 changed files with 2 additions and 2 deletions

View File

@ -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