Skip to content

Commit

Permalink
Merge pull request #33 from base2Services/feature/python3.12
Browse files Browse the repository at this point in the history
add python 3.12 build
  • Loading branch information
tarunmenon95 authored Oct 15, 2024
2 parents 832f667 + d1c2798 commit ce66cbd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/sam-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,17 @@ jobs:
runnumber=${GITHUB_RUN_ID}
org.opencontainers.image.source=https://github.com/${GITHUB_REPOSITORY}
build-args: |
PYTHON_VERSION=3.11
PYTHON_VERSION=3.11
- name: Build python 3.12 and Push Container Image to GitHub Container Repository
uses: docker/build-push-action@v3
with:
context: ./sam-cli
push: true
tags: |
ghcr.io/base2services/sam-cli:${{ steps.vars.outputs.version }}-py3.12
labels: |
runnumber=${GITHUB_RUN_ID}
org.opencontainers.image.source=https://github.com/${GITHUB_REPOSITORY}
build-args: |
PYTHON_VERSION=3.12

0 comments on commit ce66cbd

Please sign in to comment.