build: run docker commands on ubuntu:latest image
This commit is contained in:
parent
38f3212e2a
commit
865e6d1e59
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ jobs:
|
|||
docker:
|
||||
name: Docker image
|
||||
runs-on: docker
|
||||
container:
|
||||
image:
|
||||
ubuntu:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Add table
Reference in a new issue