Skip to content

Bump django from 4.2.7 to 4.2.11 #123

Bump django from 4.2.7 to 4.2.11

Bump django from 4.2.7 to 4.2.11 #123

Workflow file for this run

name: Docker CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: docker build . --file Dockerfile --target dev
- name: Build the Docker image
run: docker build . --file Dockerfile --target prod