Skip to content

[Release] move to Next 14 and yarn 4 (#31) #26

[Release] move to Next 14 and yarn 4 (#31)

[Release] move to Next 14 and yarn 4 (#31) #26

Workflow file for this run

name: Docker Image CI
on:
pull_request:
branches: [ "main", "release" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image for Moxy
run: docker build . --file Dockerfile --tag moxy-docker-ci:$(date +%s)