Skip to content

using imager favicon and logo #130

using imager favicon and logo

using imager favicon and logo #130

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 }}