Skip to content

fix: handle uneven video height/widths (these currently fail when exp… #112

fix: handle uneven video height/widths (these currently fail when exp…

fix: handle uneven video height/widths (these currently fail when exp… #112

Workflow file for this run

on:
push:
branches:
- v2
name: release
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: mdshack/shotshare:v2.0.0-beta
cache-from: type=registry,ref=mdshack/shotshare:latest
cache-to: type=inline
file: ./.docker/Dockerfile