We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cb164 commit eb24358Copy full SHA for eb24358
.github/workflows/test-e2e.yml
@@ -23,9 +23,6 @@ jobs:
23
id: checkout
24
uses: actions/checkout@v4
25
26
- - name: Login to GHCR
27
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
28
-
29
- name: Sync Docs
30
id: sync-docs
31
uses: ./
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22
+FROM --platform=linux/amd64 node:22
2
RUN corepack enable && corepack prepare [email protected] --activate
3
4
# We don't need the standalone Chromium
0 commit comments