Skip to content

Commit 82cda44

Browse files
committed
Simplify container CI
1 parent 99f5c98 commit 82cda44

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@ jobs:
4646
run: uv sync --locked
4747
- name: Test with Nox
4848
run: uv run nox -s ${{ matrix.nox-session }}
49+
container:
50+
runs-on: ubuntu-24.04
51+
steps:
52+
- name: Build Container Image
53+
uses: docker/build-push-action@v6
54+
with:
55+
push: false

.github/workflows/container.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)