Skip to content

fix: migration failure if info isnt set #109

fix: migration failure if info isnt set

fix: migration failure if info isnt set #109

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