Skip to content

Fixed #178: convert local file medias to Path before use #42

Fixed #178: convert local file medias to Path before use

Fixed #178: convert local file medias to Path before use #42

Workflow file for this run

name: Docker
on:
push:
branches:
- main
tags:
- v*
jobs:
build-and-push:
name: Deploy Docker Image
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.4.0
- name: Build and push
uses: openzim/docker-publish-action@v10
with:
image-name: openzim/youtube
on-master: dev
tag-pattern: /^v([0-9.]+)$/
latest-on-tag: true
restrict-to: openzim/youtube
registries: ghcr.io
credentials:
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
repo_description: auto
repo_overview: auto