Skip to content

build(deps): bump marked from 15.0.1 to 15.0.4 #121

build(deps): bump marked from 15.0.1 to 15.0.4

build(deps): bump marked from 15.0.1 to 15.0.4 #121

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