build: upgrade edxapp docker image to python 3.11 (#34982)

* build: upgrade edxapp docker image to python 3.11
---------

Co-authored-by: Tim McCormack <tmccormack@edx.org>
This commit is contained in:
Usama Sadiq
2024-06-13 21:15:00 +05:00
committed by GitHub
parent 0fc990cf08
commit f7b6fcb6b4
2 changed files with 16 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- master
jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
@@ -35,7 +36,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build and push lms base docker image
- name: Build and push lms/cms base docker images
env:
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}