Skip to content

Persisting list state (sort, page, etc) between edits in the admin pa… #44

Persisting list state (sort, page, etc) between edits in the admin pa…

Persisting list state (sort, page, etc) between edits in the admin pa… #44

Workflow file for this run

name: ci
on:
push:
branches:
- 'master'
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: impworks/bonsai:latest