Skip to content

Commit

Permalink
Adding automated build CI
Browse files Browse the repository at this point in the history
Closes: #3
  • Loading branch information
HelixSpiral committed Mar 16, 2024
1 parent 9387122 commit 3c884d8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish Docker Image

on:
push:
tags:
- 'v*'

permissions:
contents: read
packages: write

jobs:
Publish:
uses: HelixSpiral/reusable-workflows/.github/workflows/[email protected]
with:
registry: ghcr.io
image-name: helixspiral/ndbc-tweeter
image-version: ${{ github.ref_name }}

0 comments on commit 3c884d8

Please sign in to comment.