File tree 4 files changed +6
-0
lines changed
4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
image :
20
20
- cypress-16-docker-compose
21
+ - docker
22
+ - docker-compose
21
23
- node-12-eas
22
24
- node-14-eas
23
25
- node-16-curl-tidy
Original file line number Diff line number Diff line change 5
5
Images:
6
6
7
7
- ` ghcr.io/troopers/cypress-16-docker-compose ` : use it to run Cypress and a Docker stack
8
+ - ` ghcr.io/troopers/docker ` : use it to run Docker
9
+ - ` ghcr.io/troopers/docker-compose ` : use it to run Docker In Docker
8
10
- ` ghcr.io/troopers/node-12-eas ` : use it to run Expo EAS
9
11
- ` ghcr.io/troopers/node-14-eas ` : use it to run Expo EAS with Expo and SDK 45
10
12
- ` ghcr.io/troopers/node-16-curl-tidy ` : use it to run node and tidy
Original file line number Diff line number Diff line change
1
+ FROM docker:latest
Original file line number Diff line number Diff line change
1
+ FROM docker/compose:latest
You can’t perform that action at this time.
0 commit comments