Skip to content

dump yaml

dump yaml #9

name: Docker Worker
on:
push:
branches:
- 'main'
paths:
- 'workers/**'
tags:
- 'workers-**'
workflow_dispatch:
jobs:
manager:
name: Deploy Worker Image
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Publish Docker Image
uses: openzim/docker-publish-action@v10
with:
image-name: offspot/imager-worker
on-master: latest
restrict-to: offspot/imager-service
context: workers
registries: ghcr.io
credentials:
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}