Skip to content

Adding automated build CI #1

Adding automated build CI

Adding automated build CI #1

Workflow file for this run

name: Publish Docker Image
on:
push:
tags:
- 'v*'
permissions:
contents: read
packages: write
jobs:
Publish:
uses: HelixSpiral/reusable-workflows/.github/workflows/publish-docker.yml@v0.0.2
with:
registry: ghcr.io
image-name: helixspiral/somersetcountydispatch-twitter-bot
image-version: ${{ github.ref_name }}