Skip to content

Bump sqlparse from 0.4.2 to 0.4.4 in /{{cookiecutter.project_slug}} #14

Bump sqlparse from 0.4.2 to 0.4.4 in /{{cookiecutter.project_slug}}

Bump sqlparse from 0.4.2 to 0.4.4 in /{{cookiecutter.project_slug}} #14

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.8.12"
- uses: BSFishy/pip-action@v1
with:
packages: cookiecutter
- name: Generate cookiecutter project
run: |
cookiecutter . --no-input
- name: Build the Docker image
run: |
cd django-test/
mv .env-proto .env
docker build . --file Dockerfile --tag my-image-name:$(date +%s)