Skip to content

Commit

Permalink
Building container image on release only
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikaze committed Jan 29, 2025
1 parent 3785b93 commit d9b46ce
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
name: Continuous Integration

on:
push:
paths:
- '.github/workflows/docker-publish.yaml'
- 'src/**'
- 'tests/**'
- 'Dockerfile'
- 'pyproject.toml'
- 'requirements.txt'
- 'setup.cfg'
- 'setup.py'
tags:
- 'v*'
release:
types: [published]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit d9b46ce

Please sign in to comment.