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:
|
docker:
|
||||||
name: Docker image
|
name: Docker image
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image:
|
||||||
|
ubuntu:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Add table
Reference in a new issue