Skip to content

Bump python from 3.7 to 3.12 in /backend #61

Bump python from 3.7 to 3.12 in /backend

Bump python from 3.7 to 3.12 in /backend #61

Workflow file for this run

name: "Docker build"
on: push
jobs:
build-frontend:
name: "🚀 Build frontend image"
runs-on: ubuntu-18.04
steps:
- name: "📥 Check-out"
uses: actions/checkout@v2
- name: "🚀 Build Docker image"
uses: docker/build-push-action@v1
with:
path: frontend
push: false
build-backend:
name: "🚀 Build backend image"
runs-on: ubuntu-18.04
steps:
- name: "📥 Check-out"
uses: actions/checkout@v2
- name: "🚀 Build Docker image"
uses: docker/build-push-action@v1
with:
path: backend
push: false