Skip to content

Bump djangorestframework from 3.13.1 to 3.15.2 #143

Bump djangorestframework from 3.13.1 to 3.15.2

Bump djangorestframework from 3.13.1 to 3.15.2 #143

name: sqlite Docker Build
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build Docker image
uses: docker/build-push-action@v2
with:
file: Dockerfile-sqlite
push: false