diff --git a/.github/workflows/sam-cli.yaml b/.github/workflows/sam-cli.yaml index 0451bac..f6b2f48 100644 --- a/.github/workflows/sam-cli.yaml +++ b/.github/workflows/sam-cli.yaml @@ -59,19 +59,6 @@ jobs: org.opencontainers.image.source=https://github.com/${GITHUB_REPOSITORY} build-args: | PYTHON_VERSION=3.9 - - - name: Build python 3.7 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.7 - labels: | - runnumber=${GITHUB_RUN_ID} - org.opencontainers.image.source=https://github.com/${GITHUB_REPOSITORY} - build-args: | - PYTHON_VERSION=3.7 - name: Build python 3.11 and Push Container Image to GitHub Container Repository uses: docker/build-push-action@v3 diff --git a/sam-cli/version b/sam-cli/version index 8cbad10..d09664a 100644 --- a/sam-cli/version +++ b/sam-cli/version @@ -1 +1 @@ -1.95.0 \ No newline at end of file +1.122.0 \ No newline at end of file