Skip to content

refactor: add storybook stuff #33

refactor: add storybook stuff

refactor: add storybook stuff #33

Workflow file for this run

name: 'Code: Docker CI'
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
permissions:
contents: read
jobs:
docker-image:
name: 'Build Docker image'
runs-on: ubuntu-latest
steps:
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/build-push-action@v4
with:
push: false
file: ./docker/ci.Dockerfile