Skip to content

Media order fix when sorting by tag count. Closes #268. #46

Media order fix when sorting by tag count. Closes #268.

Media order fix when sorting by tag count. Closes #268. #46

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