Skip to content

add sqlite3;

add sqlite3; #10

Workflow file for this run

name: GitHub Actions
on: push
env:
REPO: lazerg/laravel
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run build script
run: chmod +x ./build.sh && ./build.sh