Skip to content

Add Dockerfile and build actions #2

Add Dockerfile and build actions

Add Dockerfile and build actions #2

Workflow file for this run

name: Docker build
on:
pull_request:
branches: [ "main" ]
jobs:
docker-build:
runs-on: ubuntu-24.04
env:
DOCKER_REPO: ghcr.io/${{ github.repository }}
steps:
- uses: actions/checkout@v4
- name: Build Docker image
run: RUBY_VERSION=3.3.4 NODE_VERSION=22.16.0 ./build.sh