Skip to content

Commit

Permalink
[github] don't build python 3.9 container
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Nov 18, 2024
1 parent cbfe7b8 commit b514888
Show file tree
Hide file tree
Showing 3 changed files with 2,824 additions and 2,348 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/publish_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target:
target:
- python
python_version:
- '3.9'
- '3.10'
- '3.11'
#- '3.12'
include:
- target: hannah
python_version: 3.12 # THis is ignored
python_version: 3.11 # THis is ignored


# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
Expand All @@ -56,7 +55,7 @@ jobs:
attestations: write
#



steps:
- name: Checkout repository
Expand All @@ -77,8 +76,8 @@ jobs:
else
echo "image_name=${{ matrix.target }}" >> $GITHUB_ENV
fi
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
Expand All @@ -93,4 +92,3 @@ jobs:
build-args: |
python_version=${{ matrix.python_version }}
target=${{ matrix.target }}
Loading

0 comments on commit b514888

Please sign in to comment.