Skip to content

feat: use new component folder and update pages utilities types #104

feat: use new component folder and update pages utilities types

feat: use new component folder and update pages utilities types #104

Workflow file for this run

name: Build docker images with bake
on:
push:
branches:
- main
tags: ['**']
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
bake:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/bake-action@v5