Skip to content

Migrating from offspot/container-images@d76daed #1

Migrating from offspot/container-images@d76daed

Migrating from offspot/container-images@d76daed #1

Workflow file for this run

name: Publish dashboard Image
on:
push:
branches:
- 'main'
tags:
- '*'
jobs:
dashboard:
name: Publish dashboard Image
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Publish dashboard Image
uses: openzim/docker-publish-action@v10
with:
image-name: offspot/dashboard
on-master: dev
build-args:
VERSION={tag}
tag-pattern: /^([0-9.]+)$/
restrict-to: offspot/dashboard
platforms: |
linux/amd64
linux/arm64
context: dashboard
registries: ghcr.io
credentials:
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}