Skip to content

Commit eb24358

Browse files
committed
chore: Revert changes. Dockerhub is down
1 parent 81cb164 commit eb24358

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test-e2e.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
id: checkout
2424
uses: actions/checkout@v4
2525

26-
- name: Login to GHCR
27-
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
28-
2926
- name: Sync Docs
3027
id: sync-docs
3128
uses: ./

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22
1+
FROM --platform=linux/amd64 node:22
22
RUN corepack enable && corepack prepare [email protected] --activate
33

44
# We don't need the standalone Chromium

0 commit comments

Comments
 (0)