Skip to content

Update django-bootstrap4 requirement from ~=3.0.0 to >=3.0,<24.5 #191

Update django-bootstrap4 requirement from ~=3.0.0 to >=3.0,<24.5

Update django-bootstrap4 requirement from ~=3.0.0 to >=3.0,<24.5 #191

Workflow file for this run

name: Docker PR Build
on:
pull_request:
branches: [development, main]
jobs:
build_docker_image:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build Docker image
run: docker build -t eventyay-talk:${{ github.sha }} .