Skip to content

Commit e97f3c3

Browse files
committed
ci: remove docker build job
1 parent e497c4a commit e97f3c3

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,3 @@ jobs:
6565
slug: eff3ct0/teckel
6666
files: target/scala-*/scoverage-report/scoverage.xml
6767
fail_ci_if_error: true
68-
69-
# ── Build Docker image ───────────────────────────────────────────────
70-
docker:
71-
name: Docker build
72-
needs: test
73-
runs-on: ubuntu-latest
74-
steps:
75-
- uses: actions/checkout@v4
76-
77-
- name: Build Docker image
78-
run: docker build -t teckel:test .

0 commit comments

Comments
 (0)