Skip to content
This repository was archived by the owner on Jul 24, 2026. It is now read-only.

chore(deps): bump sea-orm-migration from 0.12.15 to 1.0.1 #18

chore(deps): bump sea-orm-migration from 0.12.15 to 1.0.1

chore(deps): bump sea-orm-migration from 0.12.15 to 1.0.1 #18

Workflow file for this run

name: Docker
on:
push:
branches: ["main"]
paths:
- "Dockerfile"
- "Cargo.toml"
- "Cargo.lock"
- "crates/**"
- "config/**"
pull_request:
paths:
- "Dockerfile"
- "Cargo.toml"
- "Cargo.lock"
- "crates/**"
- "config/**"
concurrency:
group: docker-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build image
run: docker build --pull --tag sparagne:ci .