Skip to content

Bump django from 4.2 to 4.2.3 #6

Bump django from 4.2 to 4.2.3

Bump django from 4.2 to 4.2.3 #6

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "mwa2" ]
pull_request:
branches: [ "mwa2" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile