Added latest tag for docker images
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
1734f8c278
commit
13ba78d2cf
@ -7,7 +7,7 @@ clone:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: archlinux_build
|
- name: archlinux_build
|
||||||
image: archlinux_build
|
image: archlinux_build:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
volumes:
|
volumes:
|
||||||
- name: archlinux_ccache
|
- name: archlinux_ccache
|
||||||
@ -22,7 +22,7 @@ steps:
|
|||||||
- make -j2
|
- make -j2
|
||||||
|
|
||||||
- name: archlinux_test
|
- name: archlinux_test
|
||||||
image: archlinux_build
|
image: archlinux_build:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
# The following command is not required, we included this in the docker
|
# The following command is not required, we included this in the docker
|
||||||
@ -55,7 +55,7 @@ volumes:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ubuntu_build
|
- name: ubuntu_build
|
||||||
image: ubuntu
|
image: ubuntu: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
|
image: ubuntu: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