Skip to content

Commit

Permalink
Add python 3.13 build
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Nov 26, 2024
1 parent e0d8014 commit 755804a
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/sam-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,25 @@ jobs:
context: ./sam-cli
push: true
tags: |
ghcr.io/base2services/sam-cli:latest
ghcr.io/base2services/sam-cli:${{ steps.vars.outputs.version }}
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
PYTHON_VERSION=3.12
- name: Build python 3.13 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:latest
ghcr.io/base2services/sam-cli:${{ steps.vars.outputs.version }}
ghcr.io/base2services/sam-cli:${{ steps.vars.outputs.version }}-py3.13
labels: |
runnumber=${GITHUB_RUN_ID}
org.opencontainers.image.source=https://github.com/${GITHUB_REPOSITORY}
build-args: |
PYTHON_VERSION=3.13

0 comments on commit 755804a

Please sign in to comment.