Skip to content

Commit

Permalink
Added python 3.7 image base
Browse files Browse the repository at this point in the history
  • Loading branch information
NadavTasher committed Jan 19, 2024
1 parent 81bc2af commit 2458039
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Build and push - Python 2.7
run: BASE_IMAGE=python:2.7-slim-buster IMAGE_TAG=2.7 make buildx

- name: Build and push - Python 3.7
run: BASE_IMAGE=python:3.7-slim-bullseye IMAGE_TAG=3.7 make buildx

- name: Build and push - Python 3.8
run: BASE_IMAGE=python:3.8-slim-bullseye IMAGE_TAG=3.8 make buildx

Expand Down

0 comments on commit 2458039

Please sign in to comment.