Added latest tag for docker images
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
13ba78d2cf
commit
2e20c24cda
@ -55,7 +55,7 @@ volumes:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ubuntu_build
|
- name: ubuntu_build
|
||||||
image: ubuntu:latest
|
image: ubuntu_build:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
volumes:
|
volumes:
|
||||||
- name: ubuntu_ccache
|
- name: ubuntu_ccache
|
||||||
@ -71,7 +71,7 @@ steps:
|
|||||||
- make -j2
|
- make -j2
|
||||||
|
|
||||||
- name: ubuntu_test
|
- name: ubuntu_test
|
||||||
image: ubuntu:latest
|
image: ubuntu_build:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
# The following commands are not required, we included this in the docker
|
# The following commands are not required, we included this in the docker
|
||||||
|
Loading…
Reference in New Issue
Block a user