Skip to content

Publish hwclock Image #3

Publish hwclock Image

Publish hwclock Image #3

Workflow file for this run

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