diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 6bc562f..94c7f95 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -18,8 +18,6 @@ jobs: matrix: image: - cypress-16-docker-compose - - docker - - docker-compose - node-12-eas - node-14-eas - node-16-curl-tidy diff --git a/README.md b/README.md index fc1710c..dffc32e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ Images: - `ghcr.io/troopers/cypress-16-docker-compose`: use it to run Cypress and a Docker stack -- `ghcr.io/troopers/docker`: use it to run Docker -- `ghcr.io/troopers/docker-compose`: use it to run Docker In Docker - `ghcr.io/troopers/node-12-eas`: use it to run Expo EAS - `ghcr.io/troopers/node-14-eas`: use it to run Expo EAS with Expo and SDK 45 - `ghcr.io/troopers/node-16-curl-tidy`: use it to run node and tidy diff --git a/docker-compose/Dockerfile b/docker-compose/Dockerfile deleted file mode 100644 index 9537997..0000000 --- a/docker-compose/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -FROM docker-compose:latest diff --git a/docker/Dockerfile b/docker/Dockerfile deleted file mode 100644 index 9f39315..0000000 --- a/docker/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -FROM docker:latest