Skip to content

Commit

Permalink
update latest tag to python3.12 build
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Oct 15, 2024
1 parent 329dc41 commit 2a775f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sam-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ 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.8
labels: |
runnumber=${GITHUB_RUN_ID}
Expand Down Expand Up @@ -79,6 +77,8 @@ 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}
Expand Down

0 comments on commit 2a775f7

Please sign in to comment.