Skip to content

Commit

Permalink
chore: force docker build+publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ovesh committed Nov 15, 2024
1 parent 42ede3f commit c09dbf2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/dockerize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,7 @@ name: dockerize
run-name: dockerize
on:
push:
# only build+push docker on release-please tags
tags: ["v*"]
paths:
- ".github/actions/**"
- ".github/workflows/**"
- "conda-recipe/**"
- "genome_kit/**"
- "setup.py"
- "setup/**"
- "src/**"
- "tests/**"
branches: ["chore/force-gk-docker-build"]

jobs:
docker-build:
Expand Down

0 comments on commit c09dbf2

Please sign in to comment.