diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 5ee6dab..8041e76 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -21,8 +21,6 @@ jobs: - node-12-eas - node-14-eas - node-18-eas - - node-16-curl-tidy - - node-16-curl-tidy-yarn-3 steps: - name: Set up Docker Buildx diff --git a/README.md b/README.md index f34d356..042bf2a 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,3 @@ Images: - `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-18-eas`: use it to run Expo EAS with Expo and SDK 50 -- `ghcr.io/troopers/node-16-curl-tidy`: use it to run node and tidy -- `ghcr.io/troopers/node-16-curl-tidy-yarn-3`: use it to run node and tidy, with yarn 3 diff --git a/node-16-curl-tidy-yarn-3/Dockerfile b/node-16-curl-tidy-yarn-3/Dockerfile deleted file mode 100644 index ae3cc5c..0000000 --- a/node-16-curl-tidy-yarn-3/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM node:16-bullseye-slim - -RUN yarn set version 3.6.2 && yarn --version - -ENV DEBIAN_FRONTEND=noninteractive - -RUN apt-get update && apt-get install --yes -qq curl tidy diff --git a/node-16-curl-tidy/Dockerfile b/node-16-curl-tidy/Dockerfile deleted file mode 100644 index 8212115..0000000 --- a/node-16-curl-tidy/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM node:16-bullseye-slim - -ENV DEBIAN_FRONTEND=noninteractive - -RUN apt-get update && apt-get install --yes -qq curl tidy