fix: split Dockerfile with pinned images and add CI workflow #14

Merged
sneak merged 2 commits from fix/issue-9-dockerfile-split into main 2026-03-02 21:06:53 +01:00
Showing only changes of commit 4ccd3b6bb1 - Show all commits

View File

@@ -2,12 +2,11 @@ name: check
on: on:
push: push:
branches: [main]
pull_request: pull_request:
jobs: jobs:
check: check:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: docker build . - run: docker build .