Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Merge pull request #40 from openzim/first_fixes #16

Merge pull request #40 from openzim/first_fixes

Merge pull request #40 from openzim/first_fixes #16

Workflow file for this run

name: Docker
on:
push:
branches:
- main
tags: ["*"]
jobs:
build-and-push:
name: Deploy Docker Image
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build and push
uses: openzim/docker-publish-action@v5
with:
image-name: openzim/librechef
on-master: dev
tag-pattern: /^([a-z\-_0-9]+)$/
latest-on-tag: true
restrict-to: openzim/librechef
credentials:
DOCKERIO_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
DOCKERIO_TOKEN=${{ secrets.DOCKERHUB_PASSWORD }}
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}