Skip to content

Commit

Permalink
build legacy_deps docker images only for python 3.9 and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarcelo committed Feb 11, 2025
1 parent e574d0b commit 66dc096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Build and push Docker image with legacy dependencies
if: matrix.python-version == '3.9' || matrix.python-version == '3.10'
id: build-and-push-legacydeps
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 66dc096

Please sign in to comment.