Skip to content

refactor: move to a shared base image #11

refactor: move to a shared base image

refactor: move to a shared base image #11

Workflow file for this run

name: Docker Image CI
on:
push:
branches: ["rewrite"]
paths:
- "workspaces/**"
jobs:
docker:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build the Docker image
run: npm run --prefix ./workspaces build -- --build-base --multi-platform --push