Skip to content

Fixed #353: added Back to Top button on config edit #169

Fixed #353: added Back to Top button on config edit

Fixed #353: added Back to Top button on config edit #169

Workflow file for this run

name: Docker
on:
push:
branches:
- 'imager'
jobs:
manager:
name: Deploy manager 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/cardshop-manager
restrict-to: offspot/cardshop
context: manager
registries: ghcr.io
manual-tag: imager
credentials:
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
worker:
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
restrict-to: offspot/cardshop
context: workers
manual-tag: latest
registries: ghcr.io
credentials:
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}